Html Css Color HEX #EECADB Classic Rose

📋 copy color: '#EECADB'

red 238 ◦ green 202 ◦ blue 219

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

Shades of Classic Rose #EECADB

Tints of Classic Rose #EECADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.65%

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

R = 36.12%
G = 30.65%
B = 33.23%

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

#EECADB (or 0xEECADB) is known color: Classic Rose. HEX triplet: EE, CA and DB. RGB value is (238,202,219). Sum of RGB (Red+Green+Blue) = 238+202+219=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EECADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECADB is #113524. Grayscale: #D6D6D6. Windows color (decimal): -1127717 or 14404334. OLE color: 14404334.

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

Color convert

RGB 238 202 219 -
CMYK 0 0.15 0.08 0.07
HSL 331.67º 0.51% 0.86% -
HSV(B) 331.67º 0.15% 0.93% -
XYZ 69.17 65.53 76.02 -
YUV 214.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 238 202 219 0 0.15 0.08 0.07 331.67 0.51 0.86
Hex EE CA DB 0 F 8 7 14C 33 56
Octal 356 312 333 0 17 10 7 514 63 126
Binary 11101110 11001010 11011011 0 1111 1000 111 101001100 110011 1010110

Color Harmonies of #EECADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECADB

Black with #EECADB

Text Example


Text Example

White with #EECADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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