Html Css Color HEX #EEBCDA Classic Rose

📋 copy color: '#EEBCDA'

red 238 ◦ green 188 ◦ blue 218

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

Shades of Classic Rose #EEBCDA

Tints of Classic Rose #EEBCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.85%

R = 36.96%
G = 29.19%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEBCDA (or 0xEEBCDA) is known color: Classic Rose. HEX triplet: EE, BC and DA. RGB value is (238,188,218). Sum of RGB (Red+Green+Blue) = 238+188+218=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCDA is #114325. Grayscale: #CECECE. Windows color (decimal): -1131302 or 14335214. OLE color: 14335214.

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

Color convert

RGB 238 188 218 -
CMYK 0 0.21 0.08 0.07
HSL 324º 0.6% 0.84% -
HSV(B) 324º 0.21% 0.93% -
XYZ 65.9 59.21 74.28 -
YUV 206.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 238 188 218 0 0.21 0.08 0.07 324 0.6 0.84
Hex EE BC DA 0 15 8 7 144 3C 54
Octal 356 274 332 0 25 10 7 504 74 124
Binary 11101110 10111100 11011010 0 10101 1000 111 101000100 111100 1010100

Color Harmonies of #EEBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCDA

Black with #EEBCDA

Text Example


Text Example

White with #EEBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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