Html Css Color HEX #EFD2DE Classic Rose

📋 copy color: '#EFD2DE'

red 239 ◦ green 210 ◦ blue 222

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

Shades of Classic Rose #EFD2DE

Tints of Classic Rose #EFD2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.08%

R = 35.62%
G = 31.3%
B = 33.08%

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

#EFD2DE (or 0xEFD2DE) is known color: Classic Rose. HEX triplet: EF, D2 and DE. RGB value is (239,210,222). Sum of RGB (Red+Green+Blue) = 239+210+222=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2DE is #102D21. Grayscale: #DCDCDC. Windows color (decimal): -1060130 or 14602991. OLE color: 14602991.

HSL color Cylindrical-coordinate representation of color #EFD2DE: hue angle of 335.17º 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 #EFD2DE is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 222 -
CMYK 0 0.12 0.07 0.06
HSL 335.17º 0.48% 0.88% -
HSV(B) 335.17º 0.12% 0.94% -
XYZ 71.83 69.72 78.78 -
YUV 220.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 239 210 222 0 0.12 0.07 0.06 335.17 0.48 0.88
Hex EF D2 DE 0 C 7 6 14F 30 58
Octal 357 322 336 0 14 7 6 517 60 130
Binary 11101111 11010010 11011110 0 1100 111 110 101001111 110000 1011000

Color Harmonies of #EFD2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2DE

Black with #EFD2DE

Text Example


Text Example

White with #EFD2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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