#EECCFC

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

Shades of Blue Chalk #EECCFC

Tints of Blue Chalk #EECCFC

Color information

#EECCFC (or 0xEECCFC) is unknown color: approx Blue Chalk. HEX triplet: EE, CC and FC. RGB value is (238,204,252). Sum of RGB (Red+Green+Blue) = 238+204+252=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 204 (80.08% from 255 or 29.39% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #EECCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCFC is #113303. Grayscale: #DBDBDB. Windows color (decimal): -1127172 or 16567534. OLE color: 16567534.

HSL color Cylindrical-coordinate representation of color #EECCFC: hue angle of 282.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECCFC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238204252-
CMYK0.060.1900.01
HSL282.5º88.89%89.41%-
HSV(B)282.5º19.05%98.82%-
XYZ74.4268.39101.37-
YUV219.64146.26141.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 204 (80.08% from 255) = 29.39%
BLUE value IS 252 (98.83% from 255) = 36.31%
R=34.29%
G=29.39%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382042520.060.1900.01282.588.8989.41
HexEECCFC6130111a5959
Octal35631437462301432131131
Binary111011101100110011111100110100110110001101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCFC; }

 p { color: rgb(238,204,252); }

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

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

 a { background-color: rgb(238,204,252); }

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

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

 span { border-color: rgb(238,204,252); }

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