Html Css Color HEX #EEBFDA Classic Rose

📋 copy color: '#EEBFDA'

red 238 ◦ green 191 ◦ blue 218

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

Shades of Classic Rose #EEBFDA

Tints of Classic Rose #EEBFDA

RGB

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

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

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

R = 36.79%
G = 29.52%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEBFDA (or 0xEEBFDA) is known color: Classic Rose. HEX triplet: EE, BF and DA. RGB value is (238,191,218). Sum of RGB (Red+Green+Blue) = 238+191+218=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFDA is #114025. Grayscale: #D0D0D0. Windows color (decimal): -1130534 or 14335982. OLE color: 14335982.

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

Color convert

RGB 238 191 218 -
CMYK 0 0.20 0.08 0.07
HSL 325.53º 0.58% 0.84% -
HSV(B) 325.53º 0.2% 0.93% -
XYZ 66.55 60.5 74.5 -
YUV 208.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 238 191 218 0 0.20 0.08 0.07 325.53 0.58 0.84
Hex EE BF DA 0 14 8 7 146 3A 54
Octal 356 277 332 0 24 10 7 506 72 124
Binary 11101110 10111111 11011010 0 10100 1000 111 101000110 111010 1010100

Color Harmonies of #EEBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFDA

Black with #EEBFDA

Text Example


Text Example

White with #EEBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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