#ECD2FF

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

Shades of Blue Chalk #ECD2FF

Tints of Blue Chalk #ECD2FF

Color information

#ECD2FF (or 0xECD2FF) is unknown color: approx Blue Chalk. HEX triplet: EC, D2 and FF. RGB value is (236,210,255). Sum of RGB (Red+Green+Blue) = 236+210+255=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2FF is #132D00. Grayscale: #DEDEDE. Windows color (decimal): -1256705 or 16765676. OLE color: 16765676.

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

Color convert

RGB236210255-
CMYK0.070.1800
HSL274.67º100%91.18%-
HSV(B)274.67º17.65%100%-
XYZ75.6971.15104.35-
YUV222.9146.11137.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.67%
GREEN value IS 210 (82.42% from 255) = 29.96%
BLUE value IS 255 (100% from 255) = 36.38%
R=33.67%
G=29.96%
B=36.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362102550.070.1800274.6710091.18
HexECD2FF71200113645b
Octal35432237772200423144133
Binary111011001101001011111111111100100010001001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2FF; }

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

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

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

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

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

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

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

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