#ECCDFC

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

Shades of Blue Chalk #ECCDFC

Tints of Blue Chalk #ECCDFC

Color information

#ECCDFC (or 0xECCDFC) is unknown color: approx Blue Chalk. HEX triplet: EC, CD and FC. RGB value is (236,205,252). Sum of RGB (Red+Green+Blue) = 236+205+252=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECCDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDFC is #133203. Grayscale: #DBDBDB. Windows color (decimal): -1257988 or 16567788. OLE color: 16567788.

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

Color convert

RGB236205252-
CMYK0.060.1900.01
HSL279.57º88.68%89.61%-
HSV(B)279.57º18.65%98.82%-
XYZ73.9968.52101.42-
YUV219.63146.27139.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 205 (80.47% from 255) = 29.58%
BLUE value IS 252 (98.83% from 255) = 36.36%
R=34.05%
G=29.58%
B=36.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362052520.060.1900.01279.5788.6889.61
HexECCDFC61301118595a
Octal35431537462301430131132
Binary111011001100110111111100110100110110001100010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDFC; }

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

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

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

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

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

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

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

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