#ECCDFF

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

Shades of Blue Chalk #ECCDFF

Tints of Blue Chalk #ECCDFF

Color information

#ECCDFF (or 0xECCDFF) is unknown color: approx Blue Chalk. HEX triplet: EC, CD and FF. RGB value is (236,205,255). Sum of RGB (Red+Green+Blue) = 236+205+255=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECCDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDFF is #133200. Grayscale: #DBDBDB. Windows color (decimal): -1257985 or 16764396. OLE color: 16764396.

HSL color Cylindrical-coordinate representation of color #ECCDFF: hue angle of 277.2º 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 #ECCDFF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236205255-
CMYK0.070.2000
HSL277.2º100%90.2%-
HSV(B)277.2º19.61%100%-
XYZ74.4768.72103.95-
YUV219.97147.77139.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 205 (80.47% from 255) = 29.45%
BLUE value IS 255 (100% from 255) = 36.64%
R=33.91%
G=29.45%
B=36.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362052550.070.2000277.210090.2
HexECCDFF71400115645a
Octal35431537772400425144132
Binary111011001100110111111111111101000010001010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDFF; }

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

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

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

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

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

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

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

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