Html Css Color HEX #EECCDA Classic Rose

📋 copy color: '#EECCDA'

red 238 ◦ green 204 ◦ blue 218

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

Shades of Classic Rose #EECCDA

Tints of Classic Rose #EECCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.03%

R = 36.06%
G = 30.91%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EECCDA (or 0xEECCDA) is known color: Classic Rose. HEX triplet: EE, CC and DA. RGB value is (238,204,218). Sum of RGB (Red+Green+Blue) = 238+204+218=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCDA is #113325. Grayscale: #D7D7D7. Windows color (decimal): -1127206 or 14339310. OLE color: 14339310.

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

Color convert

RGB 238 204 218 -
CMYK 0 0.14 0.08 0.07
HSL 335.29º 0.5% 0.87% -
HSV(B) 335.29º 0.14% 0.93% -
XYZ 69.51 66.42 75.49 -
YUV 215.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 238 204 218 0 0.14 0.08 0.07 335.29 0.5 0.87
Hex EE CC DA 0 E 8 7 14F 32 57
Octal 356 314 332 0 16 10 7 517 62 127
Binary 11101110 11001100 11011010 0 1110 1000 111 101001111 110010 1010111

Color Harmonies of #EECCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCDA

Black with #EECCDA

Text Example


Text Example

White with #EECCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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