Html Css Color HEX #EEBDDA Classic Rose

📋 copy color: '#EEBDDA'

red 238 ◦ green 189 ◦ blue 218

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

Shades of Classic Rose #EEBDDA

Tints of Classic Rose #EEBDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.3%

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

R = 36.9%
G = 29.3%
B = 33.8%

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

#EEBDDA (or 0xEEBDDA) is known color: Classic Rose. HEX triplet: EE, BD and DA. RGB value is (238,189,218). Sum of RGB (Red+Green+Blue) = 238+189+218=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDDA is #114225. Grayscale: #CECECE. Windows color (decimal): -1131046 or 14335470. OLE color: 14335470.

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

Color convert

RGB 238 189 218 -
CMYK 0 0.21 0.08 0.07
HSL 324.49º 0.59% 0.84% -
HSV(B) 324.49º 0.21% 0.93% -
XYZ 66.11 59.63 74.36 -
YUV 206.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 238 189 218 0 0.21 0.08 0.07 324.49 0.59 0.84
Hex EE BD DA 0 15 8 7 144 3B 54
Octal 356 275 332 0 25 10 7 504 73 124
Binary 11101110 10111101 11011010 0 10101 1000 111 101000100 111011 1010100

Color Harmonies of #EEBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDDA

Black with #EEBDDA

Text Example


Text Example

White with #EEBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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