#EEBFDF

Color #EEBFDF Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EEBFDF

Tints of Classic Rose #EEBFDF

Color information

#EEBFDF (or 0xEEBFDF) is unknown color: approx 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

RGB238191223-
CMYK00.200.060.07
HSL319.15º58.02%84.12%-
HSV(B)319.15º19.75%93.33%-
XYZ67.2160.7778-
YUV208.7136.07148.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 191 (75% from 255) = 29.29%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=36.50%
G=29.29%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819122300.200.060.07319.1558.0284.12
HexEEBFDF0146713f3a54
Octal3562773370246747772124
Binary1110111010111111110111110101001101111001111111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>