Html Css Color HEX #EEBDDE Classic Rose

📋 copy color: '#EEBDDE'

red 238 ◦ green 189 ◦ blue 222

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

Shades of Classic Rose #EEBDDE

Tints of Classic Rose #EEBDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.21%

R = 36.67%
G = 29.12%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EEBDDE (or 0xEEBDDE) is known color: Classic Rose. HEX triplet: EE, BD and DE. RGB value is (238,189,222). Sum of RGB (Red+Green+Blue) = 238+189+222=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDDE is #114221. Grayscale: #CFCFCF. Windows color (decimal): -1131042 or 14597614. OLE color: 14597614.

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

Color convert

RGB 238 189 222 -
CMYK 0 0.21 0.07 0.07
HSL 319.59º 0.59% 0.84% -
HSV(B) 319.59º 0.21% 0.93% -
XYZ 66.64 59.85 77.15 -
YUV 207.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 238 189 222 0 0.21 0.07 0.07 319.59 0.59 0.84
Hex EE BD DE 0 15 7 7 140 3B 54
Octal 356 275 336 0 25 7 7 500 73 124
Binary 11101110 10111101 11011110 0 10101 111 111 101000000 111011 1010100

Color Harmonies of #EEBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDDE

Black with #EEBDDE

Text Example


Text Example

White with #EEBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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