Html Css Color HEX #EECDE4 Classic Rose

📋 copy color: '#EECDE4'

red 238 ◦ green 205 ◦ blue 228

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

Shades of Classic Rose #EECDE4

Tints of Classic Rose #EECDE4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.55%

 BLUE value IS 228 (89.45% from 255) = 33.98%

R = 35.47%
G = 30.55%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EECDE4 (or 0xEECDE4) is known color: Classic Rose. HEX triplet: EE, CD and E4. RGB value is (238,205,228). Sum of RGB (Red+Green+Blue) = 238+205+228=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDE4 is #11321B. Grayscale: #D9D9D9. Windows color (decimal): -1126940 or 14994926. OLE color: 14994926.

HSL color Cylindrical-coordinate representation of color #EECDE4: hue angle of 318.18º degrees, saturation: 0.49, 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 #EECDE4 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 228 -
CMYK 0 0.14 0.04 0.07
HSL 318.18º 0.49% 0.87% -
HSV(B) 318.18º 0.14% 0.93% -
XYZ 71.09 67.44 82.67 -
YUV 217.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 238 205 228 0 0.14 0.04 0.07 318.18 0.49 0.87
Hex EE CD E4 0 E 4 7 13E 31 57
Octal 356 315 344 0 16 4 7 476 61 127
Binary 11101110 11001101 11100100 0 1110 100 111 100111110 110001 1010111

Color Harmonies of #EECDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDE4

Black with #EECDE4

Text Example


Text Example

White with #EECDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDE4; }

 p { color: rgb(238,205,228); }

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

background-color css

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

 a { background-color: rgb(238,205,228); }

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

border-color css

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

 span { border-color: rgb(238,205,228); }

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