Html Css Color HEX #EECCE0 Classic Rose

📋 copy color: '#EECCE0'

red 238 ◦ green 204 ◦ blue 224

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

Shades of Classic Rose #EECCE0

Tints of Classic Rose #EECCE0

RGB

 RED value IS 238 (93.36% from 255) = 35.74%

 GREEN value IS 204 (80.08% from 255) = 30.63%

 BLUE value IS 224 (87.89% from 255) = 33.63%

R = 35.74%
G = 30.63%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EECCE0 (or 0xEECCE0) is known color: Classic Rose. HEX triplet: EE, CC and E0. RGB value is (238,204,224). Sum of RGB (Red+Green+Blue) = 238+204+224=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCE0 is #11331F. Grayscale: #D8D8D8. Windows color (decimal): -1127200 or 14732526. OLE color: 14732526.

HSL color Cylindrical-coordinate representation of color #EECCE0: hue angle of 324.71º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCE0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 204 224 -
CMYK 0 0.14 0.06 0.07
HSL 324.71º 0.5% 0.87% -
HSV(B) 324.71º 0.14% 0.93% -
XYZ 70.31 66.74 79.7 -
YUV 216.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 238 204 224 0 0.14 0.06 0.07 324.71 0.5 0.87
Hex EE CC E0 0 E 6 7 145 32 57
Octal 356 314 340 0 16 6 7 505 62 127
Binary 11101110 11001100 11100000 0 1110 110 111 101000101 110010 1010111

Color Harmonies of #EECCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCE0

Black with #EECCE0

Text Example


Text Example

White with #EECCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCE0; }

 p { color: rgb(238,204,224); }

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

background-color css

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

 a { background-color: rgb(238,204,224); }

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

border-color css

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

 span { border-color: rgb(238,204,224); }

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