#EECFFB

Color #EECFFB Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #EECFFB

Tints of Blue Chalk #EECFFB

Color information

#EECFFB (or 0xEECFFB) is unknown color: approx Blue Chalk. HEX triplet: EE, CF and FB. RGB value is (238,207,251). Sum of RGB (Red+Green+Blue) = 238+207+251=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #EECFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFFB is #113004. Grayscale: #DDDDDD. Windows color (decimal): -1126405 or 16502766. OLE color: 16502766.

HSL color Cylindrical-coordinate representation of color #EECFFB: hue angle of 282.27º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECFFB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238207251-
CMYK0.050.1800.02
HSL282.27º84.62%89.8%-
HSV(B)282.27º17.53%98.43%-
XYZ74.9969.77100.78-
YUV221.28144.77139.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 207 (81.25% from 255) = 29.74%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=34.20%
G=29.74%
B=36.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382072510.050.1800.02282.2784.6289.8
HexEECFFB5120211a555a
Octal35631737352202432125132
Binary1110111011001111111110111011001001010001101010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFFB; }

 p { color: rgb(238,207,251); }

 H1.HeaderClassName
 {
   color: #EECFFB;
 }
 .AnyTagClassName
 {
   color: #EECFFB;
 }
</style>
background-color css

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

 a { background-color: rgb(238,207,251); }

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

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

 span { border-color: rgb(238,207,251); }

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