Html Css Color HEX #EECADF Classic Rose

📋 copy color: '#EECADF'

red 238 ◦ green 202 ◦ blue 223

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

Shades of Classic Rose #EECADF

Tints of Classic Rose #EECADF

RGB

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

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

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

R = 35.9%
G = 30.47%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EECADF (or 0xEECADF) is known color: Classic Rose. HEX triplet: EE, CA and DF. RGB value is (238,202,223). Sum of RGB (Red+Green+Blue) = 238+202+223=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EECADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECADF is #113520. Grayscale: #D7D7D7. Windows color (decimal): -1127713 or 14666478. OLE color: 14666478.

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

Color convert

RGB 238 202 223 -
CMYK 0 0.15 0.06 0.07
HSL 325º 0.51% 0.86% -
HSV(B) 325º 0.15% 0.93% -
XYZ 69.7 65.75 78.83 -
YUV 215.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 238 202 223 0 0.15 0.06 0.07 325 0.51 0.86
Hex EE CA DF 0 F 6 7 145 33 56
Octal 356 312 337 0 17 6 7 505 63 126
Binary 11101110 11001010 11011111 0 1111 110 111 101000101 110011 1010110

Color Harmonies of #EECADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECADF

Black with #EECADF

Text Example


Text Example

White with #EECADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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