Html Css Color HEX #EECADE Classic Rose

📋 copy color: '#EECADE'

red 238 ◦ green 202 ◦ blue 222

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

Shades of Classic Rose #EECADE

Tints of Classic Rose #EECADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.51%

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

R = 35.95%
G = 30.51%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EECADE (or 0xEECADE) is known color: Classic Rose. HEX triplet: EE, CA and DE. RGB value is (238,202,222). Sum of RGB (Red+Green+Blue) = 238+202+222=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EECADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECADE is #113521. Grayscale: #D7D7D7. Windows color (decimal): -1127714 or 14600942. OLE color: 14600942.

HSL color Cylindrical-coordinate representation of color #EECADE: hue angle of 326.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECADE is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 202 222 -
CMYK 0 0.15 0.07 0.07
HSL 326.67º 0.51% 0.86% -
HSV(B) 326.67º 0.15% 0.93% -
XYZ 69.57 65.69 78.12 -
YUV 215.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 238 202 222 0 0.15 0.07 0.07 326.67 0.51 0.86
Hex EE CA DE 0 F 7 7 147 33 56
Octal 356 312 336 0 17 7 7 507 63 126
Binary 11101110 11001010 11011110 0 1111 111 111 101000111 110011 1010110

Color Harmonies of #EECADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECADE

Black with #EECADE

Text Example


Text Example

White with #EECADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECADE; }

 p { color: rgb(238,202,222); }

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

background-color css

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

 a { background-color: rgb(238,202,222); }

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

border-color css

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

 span { border-color: rgb(238,202,222); }

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