Html Css Color HEX #E9CFDE Classic Rose

📋 copy color: '#E9CFDE'

red 233 ◦ green 207 ◦ blue 222

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

Shades of Classic Rose #E9CFDE

Tints of Classic Rose #E9CFDE

RGB

 RED value IS 233 (91.41% from 255) = 35.2%

 GREEN value IS 207 (81.25% from 255) = 31.27%

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

R = 35.2%
G = 31.27%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E9CFDE (or 0xE9CFDE) is known color: Classic Rose. HEX triplet: E9, CF and DE. RGB value is (233,207,222). Sum of RGB (Red+Green+Blue) = 233+207+222=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFDE is #163021. Grayscale: #D8D8D8. Windows color (decimal): -1454114 or 14602217. OLE color: 14602217.

HSL color Cylindrical-coordinate representation of color #E9CFDE: hue angle of 325.38º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9CFDE is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 207 222 -
CMYK 0 0.11 0.05 0.09
HSL 325.38º 0.37% 0.86% -
HSV(B) 325.38º 0.11% 0.91% -
XYZ 69.1 67.22 78.44 -
YUV 216.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 233 207 222 0 0.11 0.05 0.09 325.38 0.37 0.86
Hex E9 CF DE 0 B 5 9 145 25 56
Octal 351 317 336 0 13 5 11 505 45 126
Binary 11101001 11001111 11011110 0 1011 101 1001 101000101 100101 1010110

Color Harmonies of #E9CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CFDE

Black with #E9CFDE

Text Example


Text Example

White with #E9CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CFDE; }

 p { color: rgb(233,207,222); }

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

background-color css

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

 a { background-color: rgb(233,207,222); }

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

border-color css

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

 span { border-color: rgb(233,207,222); }

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