Html Css Color HEX #EEBBD4 Classic Rose

📋 copy color: '#EEBBD4'

red 238 ◦ green 187 ◦ blue 212

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

Shades of Classic Rose #EEBBD4

Tints of Classic Rose #EEBBD4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.36%

 BLUE value IS 212 (83.2% from 255) = 33.28%

R = 37.36%
G = 29.36%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEBBD4 (or 0xEEBBD4) is known color: Classic Rose. HEX triplet: EE, BB and D4. RGB value is (238,187,212). Sum of RGB (Red+Green+Blue) = 238+187+212=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBD4 is #11442B. Grayscale: #CDCDCD. Windows color (decimal): -1131564 or 13941742. OLE color: 13941742.

HSL color Cylindrical-coordinate representation of color #EEBBD4: hue angle of 330.59º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBBD4 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 187 212 -
CMYK 0 0.21 0.11 0.07
HSL 330.59º 0.6% 0.83% -
HSV(B) 330.59º 0.21% 0.93% -
XYZ 64.91 58.47 70.15 -
YUV 205.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 238 187 212 0 0.21 0.11 0.07 330.59 0.6 0.83
Hex EE BB D4 0 15 B 7 14B 3C 53
Octal 356 273 324 0 25 13 7 513 74 123
Binary 11101110 10111011 11010100 0 10101 1011 111 101001011 111100 1010011

Color Harmonies of #EEBBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBBD4

Black with #EEBBD4

Text Example


Text Example

White with #EEBBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBBD4; }

 p { color: rgb(238,187,212); }

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

background-color css

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

 a { background-color: rgb(238,187,212); }

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

border-color css

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

 span { border-color: rgb(238,187,212); }

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