Html Css Color HEX #EEC3DF Classic Rose

📋 copy color: '#EEC3DF'

red 238 ◦ green 195 ◦ blue 223

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

Shades of Classic Rose #EEC3DF

Tints of Classic Rose #EEC3DF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.73%

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

R = 36.28%
G = 29.73%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEC3DF (or 0xEEC3DF) is known color: Classic Rose. HEX triplet: EE, C3 and DF. RGB value is (238,195,223). Sum of RGB (Red+Green+Blue) = 238+195+223=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3DF is #113C20. Grayscale: #D2D2D2. Windows color (decimal): -1129505 or 14664686. OLE color: 14664686.

HSL color Cylindrical-coordinate representation of color #EEC3DF: hue angle of 320.93º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC3DF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 195 223 -
CMYK 0 0.18 0.06 0.07
HSL 320.93º 0.56% 0.85% -
HSV(B) 320.93º 0.18% 0.93% -
XYZ 68.09 62.54 78.29 -
YUV 211.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 238 195 223 0 0.18 0.06 0.07 320.93 0.56 0.85
Hex EE C3 DF 0 12 6 7 141 38 55
Octal 356 303 337 0 22 6 7 501 70 125
Binary 11101110 11000011 11011111 0 10010 110 111 101000001 111000 1010101

Color Harmonies of #EEC3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC3DF

Black with #EEC3DF

Text Example


Text Example

White with #EEC3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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