#EECBF5

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

Shades of Blue Chalk #EECBF5

Tints of Blue Chalk #EECBF5

Color information

#EECBF5 (or 0xEECBF5) is unknown color: approx Blue Chalk. HEX triplet: EE, CB and F5. RGB value is (238,203,245). Sum of RGB (Red+Green+Blue) = 238+203+245=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #EECBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBF5 is #11340A. Grayscale: #DADADA. Windows color (decimal): -1127435 or 16108526. OLE color: 16108526.

HSL color Cylindrical-coordinate representation of color #EECBF5: hue angle of 290º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EECBF5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238203245-
CMYK0.030.1700.04
HSL290º67.74%87.84%-
HSV(B)290º17.14%96.08%-
XYZ73.167.4895.56-
YUV218.25143.1142.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 203 (79.69% from 255) = 29.59%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=34.69%
G=29.59%
B=35.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382032450.030.1700.0429067.7487.84
HexEECBF5311041224458
Octal35631336532104442104130
Binary1110111011001011111101011110001010010010001010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBF5; }

 p { color: rgb(238,203,245); }

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

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

 a { background-color: rgb(238,203,245); }

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

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

 span { border-color: rgb(238,203,245); }

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