Html Css Color HEX #EECFE0 Classic Rose

📋 copy color: '#EECFE0'

red 238 ◦ green 207 ◦ blue 224

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

Shades of Classic Rose #EECFE0

Tints of Classic Rose #EECFE0

RGB

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

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

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

R = 35.58%
G = 30.94%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EECFE0 (or 0xEECFE0) is known color: Classic Rose. HEX triplet: EE, CF and E0. RGB value is (238,207,224). Sum of RGB (Red+Green+Blue) = 238+207+224=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFE0 is #11301F. Grayscale: #DADADA. Windows color (decimal): -1126432 or 14733294. OLE color: 14733294.

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

Color convert

RGB 238 207 224 -
CMYK 0 0.13 0.06 0.07
HSL 327.1º 0.48% 0.87% -
HSV(B) 327.1º 0.13% 0.93% -
XYZ 71.03 68.18 79.94 -
YUV 218.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 238 207 224 0 0.13 0.06 0.07 327.1 0.48 0.87
Hex EE CF E0 0 D 6 7 147 30 57
Octal 356 317 340 0 15 6 7 507 60 127
Binary 11101110 11001111 11100000 0 1101 110 111 101000111 110000 1010111

Color Harmonies of #EECFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECFE0

Black with #EECFE0

Text Example


Text Example

White with #EECFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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