#ECCCFF

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

Shades of Blue Chalk #ECCCFF

Tints of Blue Chalk #ECCCFF

Color information

#ECCCFF (or 0xECCCFF) is unknown color: approx Blue Chalk. HEX triplet: EC, CC and FF. RGB value is (236,204,255). Sum of RGB (Red+Green+Blue) = 236+204+255=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECCCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCFF is #133300. Grayscale: #DBDBDB. Windows color (decimal): -1258241 or 16764140. OLE color: 16764140.

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

Color convert

RGB236204255-
CMYK0.070.200
HSL277.65º100%90%-
HSV(B)277.65º20%100%-
XYZ74.2368.24103.87-
YUV219.38148.1139.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 204 (80.08% from 255) = 29.35%
BLUE value IS 255 (100% from 255) = 36.69%
R=33.96%
G=29.35%
B=36.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362042550.070.200277.6510090
HexECCCFF71400116645a
Octal35431437772400426144132
Binary111011001100110011111111111101000010001011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCFF; }

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

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

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

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

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

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

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

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