Html Css Color HEX #EEBCD4 Classic Rose

📋 copy color: '#EEBCD4'

red 238 ◦ green 188 ◦ blue 212

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

Shades of Classic Rose #EEBCD4

Tints of Classic Rose #EEBCD4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.47%

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

R = 37.3%
G = 29.47%
B = 33.23%

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

#EEBCD4 (or 0xEEBCD4) is known color: Classic Rose. HEX triplet: EE, BC and D4. RGB value is (238,188,212). Sum of RGB (Red+Green+Blue) = 238+188+212=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD4 is #11432B. Grayscale: #CDCDCD. Windows color (decimal): -1131308 or 13941998. OLE color: 13941998.

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

Color convert

RGB 238 188 212 -
CMYK 0 0.21 0.11 0.07
HSL 331.2º 0.6% 0.84% -
HSV(B) 331.2º 0.21% 0.93% -
XYZ 65.13 58.9 70.22 -
YUV 205.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 238 188 212 0 0.21 0.11 0.07 331.2 0.6 0.84
Hex EE BC D4 0 15 B 7 14B 3C 54
Octal 356 274 324 0 25 13 7 513 74 124
Binary 11101110 10111100 11010100 0 10101 1011 111 101001011 111100 1010100

Color Harmonies of #EEBCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCD4

Black with #EEBCD4

Text Example


Text Example

White with #EEBCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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