Html Css Color HEX #EECBDE Classic Rose

📋 copy color: '#EECBDE'

red 238 ◦ green 203 ◦ blue 222

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

Shades of Classic Rose #EECBDE

Tints of Classic Rose #EECBDE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.62%

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

R = 35.9%
G = 30.62%
B = 33.48%

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

#EECBDE (or 0xEECBDE) is known color: Classic Rose. HEX triplet: EE, CB and DE. RGB value is (238,203,222). Sum of RGB (Red+Green+Blue) = 238+203+222=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBDE is #113421. Grayscale: #D7D7D7. Windows color (decimal): -1127458 or 14601198. OLE color: 14601198.

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

Color convert

RGB 238 203 222 -
CMYK 0 0.15 0.07 0.07
HSL 327.43º 0.51% 0.86% -
HSV(B) 327.43º 0.15% 0.93% -
XYZ 69.8 66.16 78.2 -
YUV 215.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 238 203 222 0 0.15 0.07 0.07 327.43 0.51 0.86
Hex EE CB DE 0 F 7 7 147 33 56
Octal 356 313 336 0 17 7 7 507 63 126
Binary 11101110 11001011 11011110 0 1111 111 111 101000111 110011 1010110

Color Harmonies of #EECBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBDE

Black with #EECBDE

Text Example


Text Example

White with #EECBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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