#EECBFA

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

Shades of Blue Chalk #EECBFA

Tints of Blue Chalk #EECBFA

Color information

#EECBFA (or 0xEECBFA) is unknown color: approx Blue Chalk. HEX triplet: EE, CB and FA. RGB value is (238,203,250). Sum of RGB (Red+Green+Blue) = 238+203+250=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #EECBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBFA is #113405. Grayscale: #DADADA. Windows color (decimal): -1127430 or 16436206. OLE color: 16436206.

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

Color convert

RGB238203250-
CMYK0.050.1900.02
HSL284.68º82.46%88.82%-
HSV(B)284.68º18.8%98.04%-
XYZ73.8767.7999.63-
YUV218.82145.6141.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 203 (79.69% from 255) = 29.38%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=34.44%
G=29.38%
B=36.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382032500.050.1900.02284.6882.4688.82
HexEECBFA5130211d5259
Octal35631337252302435122131
Binary1110111011001011111110101011001101010001110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBFA; }

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

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

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

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

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

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

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

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