#ECCEFF

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

Shades of Blue Chalk #ECCEFF

Tints of Blue Chalk #ECCEFF

Color information

#ECCEFF (or 0xECCEFF) is unknown color: approx Blue Chalk. HEX triplet: EC, CE and FF. RGB value is (236,206,255). Sum of RGB (Red+Green+Blue) = 236+206+255=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 206 (80.86% from 255 or 29.56% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECCEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEFF is #133100. Grayscale: #DCDCDC. Windows color (decimal): -1257729 or 16764652. OLE color: 16764652.

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

Color convert

RGB236206255-
CMYK0.070.1900
HSL276.73º100%90.39%-
HSV(B)276.73º19.22%100%-
XYZ74.7169.2104.03-
YUV220.56147.44139.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 206 (80.86% from 255) = 29.56%
BLUE value IS 255 (100% from 255) = 36.59%
R=33.86%
G=29.56%
B=36.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362062550.070.1900276.7310090.39
HexECCEFF71300115645a
Octal35431637772300425144132
Binary111011001100111011111111111100110010001010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEFF; }

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

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

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

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

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

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

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

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