Html Css Color HEX #EECDDB Classic Rose

📋 copy color: '#EECDDB'

red 238 ◦ green 205 ◦ blue 219

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

Shades of Classic Rose #EECDDB

Tints of Classic Rose #EECDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.97%

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

R = 35.95%
G = 30.97%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EECDDB (or 0xEECDDB) is known color: Classic Rose. HEX triplet: EE, CD and DB. RGB value is (238,205,219). Sum of RGB (Red+Green+Blue) = 238+205+219=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDDB is #113224. Grayscale: #D8D8D8. Windows color (decimal): -1126949 or 14405102. OLE color: 14405102.

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

Color convert

RGB 238 205 219 -
CMYK 0 0.14 0.08 0.07
HSL 334.55º 0.49% 0.87% -
HSV(B) 334.55º 0.14% 0.93% -
XYZ 69.88 66.95 76.26 -
YUV 216.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 238 205 219 0 0.14 0.08 0.07 334.55 0.49 0.87
Hex EE CD DB 0 E 8 7 14F 31 57
Octal 356 315 333 0 16 10 7 517 61 127
Binary 11101110 11001101 11011011 0 1110 1000 111 101001111 110001 1010111

Color Harmonies of #EECDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDDB

Black with #EECDDB

Text Example


Text Example

White with #EECDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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