#ECCAFF

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

Shades of Blue Chalk #ECCAFF

Tints of Blue Chalk #ECCAFF

Color information

#ECCAFF (or 0xECCAFF) is unknown color: approx Blue Chalk. HEX triplet: EC, CA and FF. RGB value is (236,202,255). Sum of RGB (Red+Green+Blue) = 236+202+255=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAFF is #133500. Grayscale: #DADADA. Windows color (decimal): -1258753 or 16763628. OLE color: 16763628.

HSL color Cylindrical-coordinate representation of color #ECCAFF: hue angle of 278.49º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECCAFF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236202255-
CMYK0.070.2100
HSL278.49º100%89.61%-
HSV(B)278.49º20.78%100%-
XYZ73.7667.29103.71-
YUV218.21148.76140.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 202 (79.30% from 255) = 29.15%
BLUE value IS 255 (100% from 255) = 36.80%
R=34.05%
G=29.15%
B=36.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362022550.070.2100278.4910089.61
HexECCAFF71500116645a
Octal35431237772500426144132
Binary111011001100101011111111111101010010001011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAFF; }

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

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

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

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

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

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

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

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