Html Css Color HEX #EECBDC Classic Rose

📋 copy color: '#EECBDC'

red 238 ◦ green 203 ◦ blue 220

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

Shades of Classic Rose #EECBDC

Tints of Classic Rose #EECBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.28%

R = 36.01%
G = 30.71%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EECBDC (or 0xEECBDC) is known color: Classic Rose. HEX triplet: EE, CB and DC. RGB value is (238,203,220). Sum of RGB (Red+Green+Blue) = 238+203+220=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBDC is #113423. Grayscale: #D7D7D7. Windows color (decimal): -1127460 or 14470126. OLE color: 14470126.

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

Color convert

RGB 238 203 220 -
CMYK 0 0.15 0.08 0.07
HSL 330.86º 0.51% 0.86% -
HSV(B) 330.86º 0.15% 0.93% -
XYZ 69.53 66.06 76.8 -
YUV 215.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 238 203 220 0 0.15 0.08 0.07 330.86 0.51 0.86
Hex EE CB DC 0 F 8 7 14B 33 56
Octal 356 313 334 0 17 10 7 513 63 126
Binary 11101110 11001011 11011100 0 1111 1000 111 101001011 110011 1010110

Color Harmonies of #EECBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBDC

Black with #EECBDC

Text Example


Text Example

White with #EECBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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