Html Css Color HEX #EEC3DB Classic Rose

📋 copy color: '#EEC3DB'

red 238 ◦ green 195 ◦ blue 219

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

Shades of Classic Rose #EEC3DB

Tints of Classic Rose #EEC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.91%

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

R = 36.5%
G = 29.91%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEC3DB (or 0xEEC3DB) is known color: Classic Rose. HEX triplet: EE, C3 and DB. RGB value is (238,195,219). Sum of RGB (Red+Green+Blue) = 238+195+219=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 195 (76.56% from 255 or 29.91% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3DB is #113C24. Grayscale: #D2D2D2. Windows color (decimal): -1129509 or 14402542. OLE color: 14402542.

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

Color convert

RGB 238 195 219 -
CMYK 0 0.18 0.08 0.07
HSL 326.51º 0.56% 0.85% -
HSV(B) 326.51º 0.18% 0.93% -
XYZ 67.56 62.32 75.49 -
YUV 210.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 238 195 219 0 0.18 0.08 0.07 326.51 0.56 0.85
Hex EE C3 DB 0 12 8 7 147 38 55
Octal 356 303 333 0 22 10 7 507 70 125
Binary 11101110 11000011 11011011 0 10010 1000 111 101000111 111000 1010101

Color Harmonies of #EEC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC3DB

Black with #EEC3DB

Text Example


Text Example

White with #EEC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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