Html Css Color HEX #EECCDF Classic Rose

📋 copy color: '#EECCDF'

red 238 ◦ green 204 ◦ blue 223

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

Shades of Classic Rose #EECCDF

Tints of Classic Rose #EECCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.53%

R = 35.79%
G = 30.68%
B = 33.53%

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

#EECCDF (or 0xEECCDF) is known color: Classic Rose. HEX triplet: EE, CC and DF. RGB value is (238,204,223). Sum of RGB (Red+Green+Blue) = 238+204+223=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCDF is #113320. Grayscale: #D8D8D8. Windows color (decimal): -1127201 or 14666990. OLE color: 14666990.

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

Color convert

RGB 238 204 223 -
CMYK 0 0.14 0.06 0.07
HSL 326.47º 0.5% 0.87% -
HSV(B) 326.47º 0.14% 0.93% -
XYZ 70.17 66.69 78.99 -
YUV 216.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 238 204 223 0 0.14 0.06 0.07 326.47 0.5 0.87
Hex EE CC DF 0 E 6 7 146 32 57
Octal 356 314 337 0 16 6 7 506 62 127
Binary 11101110 11001100 11011111 0 1110 110 111 101000110 110010 1010111

Color Harmonies of #EECCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCDF

Black with #EECCDF

Text Example


Text Example

White with #EECCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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