Html Css Color HEX #EECEDB Classic Rose

📋 copy color: '#EECEDB'

red 238 ◦ green 206 ◦ blue 219

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

Shades of Classic Rose #EECEDB

Tints of Classic Rose #EECEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.07%

 BLUE value IS 219 (85.94% from 255) = 33.03%

R = 35.9%
G = 31.07%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EECEDB (or 0xEECEDB) is known color: Classic Rose. HEX triplet: EE, CE and DB. RGB value is (238,206,219). Sum of RGB (Red+Green+Blue) = 238+206+219=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEDB is #113124. Grayscale: #D9D9D9. Windows color (decimal): -1126693 or 14405358. OLE color: 14405358.

HSL color Cylindrical-coordinate representation of color #EECEDB: hue angle of 335.62º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECEDB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 206 219 -
CMYK 0 0.13 0.08 0.07
HSL 335.63º 0.48% 0.87% -
HSV(B) 335.63º 0.13% 0.93% -
XYZ 70.12 67.43 76.34 -
YUV 217.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 238 206 219 0 0.13 0.08 0.07 335.63 0.48 0.87
Hex EE CE DB 0 D 8 7 150 30 57
Octal 356 316 333 0 15 10 7 520 60 127
Binary 11101110 11001110 11011011 0 1101 1000 111 101010000 110000 1010111

Color Harmonies of #EECEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECEDB

Black with #EECEDB

Text Example


Text Example

White with #EECEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECEDB; }

 p { color: rgb(238,206,219); }

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

background-color css

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

 a { background-color: rgb(238,206,219); }

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

border-color css

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

 span { border-color: rgb(238,206,219); }

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