#ECCAFB

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

Shades of Blue Chalk #ECCAFB

Tints of Blue Chalk #ECCAFB

Color information

#ECCAFB (or 0xECCAFB) is unknown color: approx Blue Chalk. HEX triplet: EC, CA and FB. RGB value is (236,202,251). Sum of RGB (Red+Green+Blue) = 236+202+251=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECCAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAFB is #133504. Grayscale: #D9D9D9. Windows color (decimal): -1258757 or 16501484. OLE color: 16501484.

HSL color Cylindrical-coordinate representation of color #ECCAFB: hue angle of 281.63º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCAFB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236202251-
CMYK0.060.2000.02
HSL281.63º85.96%88.82%-
HSV(B)281.63º19.52%98.43%-
XYZ73.1367.04100.35-
YUV217.75146.76141.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 202 (79.30% from 255) = 29.32%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=34.25%
G=29.32%
B=36.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362022510.060.2000.02281.6385.9688.82
HexECCAFB6140211a5659
Octal35431237362402432126131
Binary1110110011001010111110111101010001010001101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAFB; }

 p { color: rgb(236,202,251); }

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

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

 a { background-color: rgb(236,202,251); }

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

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

 span { border-color: rgb(236,202,251); }

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