#ECDAFF

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

Shades of Blue Chalk #ECDAFF

Tints of Blue Chalk #ECDAFF

Color information

#ECDAFF (or 0xECDAFF) is unknown color: approx Blue Chalk. HEX triplet: EC, DA and FF. RGB value is (236,218,255). Sum of RGB (Red+Green+Blue) = 236+218+255=709 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.29% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAFF is #132500. Grayscale: #E3E3E3. Windows color (decimal): -1254657 or 16767724. OLE color: 16767724.

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

Color convert

RGB236218255-
CMYK0.070.1500
HSL269.19º100%92.75%-
HSV(B)269.19º14.51%100%-
XYZ77.7175.2105.03-
YUV227.6143.46133.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.29%
GREEN value IS 218 (85.55% from 255) = 30.75%
BLUE value IS 255 (100% from 255) = 35.97%
R=33.29%
G=30.75%
B=35.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362182550.070.1500269.1910092.75
HexECDAFF7F0010d645d
Octal35433237771700415144135
Binary11101100110110101111111111111110010000110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAFF; }

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

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

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

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

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

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

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

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