Html Css Color HEX #EEBFD2 Classic Rose

📋 copy color: '#EEBFD2'

red 238 ◦ green 191 ◦ blue 210

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

Shades of Classic Rose #EEBFD2

Tints of Classic Rose #EEBFD2

RGB

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

 GREEN value IS 191 (75% from 255) = 29.89%

 BLUE value IS 210 (82.42% from 255) = 32.86%

R = 37.25%
G = 29.89%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EEBFD2 (or 0xEEBFD2) is known color: Classic Rose. HEX triplet: EE, BF and D2. RGB value is (238,191,210). Sum of RGB (Red+Green+Blue) = 238+191+210=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFD2 is #11402D. Grayscale: #CFCFCF. Windows color (decimal): -1130542 or 13811694. OLE color: 13811694.

HSL color Cylindrical-coordinate representation of color #EEBFD2: hue angle of 335.74º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFD2 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 210 -
CMYK 0 0.20 0.12 0.07
HSL 335.74º 0.58% 0.84% -
HSV(B) 335.74º 0.2% 0.93% -
XYZ 65.52 60.09 69.12 -
YUV 207.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 238 191 210 0 0.20 0.12 0.07 335.74 0.58 0.84
Hex EE BF D2 0 14 C 7 150 3A 54
Octal 356 277 322 0 24 14 7 520 72 124
Binary 11101110 10111111 11010010 0 10100 1100 111 101010000 111010 1010100

Color Harmonies of #EEBFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFD2

Black with #EEBFD2

Text Example


Text Example

White with #EEBFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFD2; }

 p { color: rgb(238,191,210); }

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

background-color css

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

 a { background-color: rgb(238,191,210); }

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

border-color css

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

 span { border-color: rgb(238,191,210); }

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