#ECCDFE

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

Shades of Blue Chalk #ECCDFE

Tints of Blue Chalk #ECCDFE

Color information

#ECCDFE (or 0xECCDFE) is unknown color: approx Blue Chalk. HEX triplet: EC, CD and FE. RGB value is (236,205,254). Sum of RGB (Red+Green+Blue) = 236+205+254=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECCDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDFE is #133201. Grayscale: #DBDBDB. Windows color (decimal): -1257986 or 16698860. OLE color: 16698860.

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

Color convert

RGB236205254-
CMYK0.070.1900.00
HSL277.96º96.08%90%-
HSV(B)277.96º19.29%99.61%-
XYZ74.3168.65103.1-
YUV219.86147.27139.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 205 (80.47% from 255) = 29.50%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=33.96%
G=29.50%
B=36.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362052540.070.1900.00277.9696.0890
HexECCDFE71300116605a
Octal35431537672300426140132
Binary111011001100110111111110111100110010001011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDFE; }

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

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

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

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

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

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

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

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