Html Css Color HEX #EFD2DF Classic Rose

📋 copy color: '#EFD2DF'

red 239 ◦ green 210 ◦ blue 223

#EFD2DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #EFD2DF

Tints of Classic Rose #EFD2DF

RGB

 RED value IS 239 (93.75% from 255) = 35.57%

 GREEN value IS 210 (82.42% from 255) = 31.25%

 BLUE value IS 223 (87.5% from 255) = 33.18%

R = 35.57%
G = 31.25%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFD2DF (or 0xEFD2DF) is known color: Classic Rose. HEX triplet: EF, D2 and DF. RGB value is (239,210,223). Sum of RGB (Red+Green+Blue) = 239+210+223=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2DF is #102D20. Grayscale: #DCDCDC. Windows color (decimal): -1060129 or 14668527. OLE color: 14668527.

HSL color Cylindrical-coordinate representation of color #EFD2DF: hue angle of 333.1º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD2DF is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 223 -
CMYK 0 0.12 0.07 0.06
HSL 333.1º 0.48% 0.88% -
HSV(B) 333.1º 0.12% 0.94% -
XYZ 71.96 69.77 79.49 -
YUV 220.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 239 210 223 0 0.12 0.07 0.06 333.1 0.48 0.88
Hex EF D2 DF 0 C 7 6 14D 30 58
Octal 357 322 337 0 14 7 6 515 60 130
Binary 11101111 11010010 11011111 0 1100 111 110 101001101 110000 1011000

Color Harmonies of #EFD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2DF

Black with #EFD2DF

Text Example


Text Example

White with #EFD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2DF; }

 p { color: rgb(239,210,223); }

 H1.HeaderClassName
 {
   color: #EFD2DF;
 }
 .AnyTagClassName
 {
   color: #EFD2DF;
 }
</style>

background-color css

<style>
 a { background-color: #EFD2DF; }

 a { background-color: rgb(239,210,223); }

 div.DivClassName
 {
   background-color: #EFD2DF;
 }
 .BgClassName
 {
   background-color: #EFD2DF;
 }
</style>

border-color css

<style>
 span { border-color: #EFD2DF; }

 span { border-color: rgb(239,210,223); }

 td.TdClassName
 {
   border-color: #EFD2DF;
 }
 .TagClassName
 {
   border-color: #EFD2DF;
 }
</style>