Html Css Color HEX #EEBFDF Classic Rose

📋 copy color: '#EEBFDF'

red 238 ◦ green 191 ◦ blue 223

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

Shades of Classic Rose #EEBFDF

Tints of Classic Rose #EEBFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.2%

R = 36.5%
G = 29.29%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEBFDF (or 0xEEBFDF) is known color: Classic Rose. HEX triplet: EE, BF and DF. RGB value is (238,191,223). Sum of RGB (Red+Green+Blue) = 238+191+223=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFDF is #114020. Grayscale: #D0D0D0. Windows color (decimal): -1130529 or 14663662. OLE color: 14663662.

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

Color convert

RGB 238 191 223 -
CMYK 0 0.20 0.06 0.07
HSL 319.15º 0.58% 0.84% -
HSV(B) 319.15º 0.2% 0.93% -
XYZ 67.21 60.77 78 -
YUV 208.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 238 191 223 0 0.20 0.06 0.07 319.15 0.58 0.84
Hex EE BF DF 0 14 6 7 13F 3A 54
Octal 356 277 337 0 24 6 7 477 72 124
Binary 11101110 10111111 11011111 0 10100 110 111 100111111 111010 1010100

Color Harmonies of #EEBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFDF

Black with #EEBFDF

Text Example


Text Example

White with #EEBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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