#E6CDFC

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

Shades of Blue Chalk #E6CDFC

Tints of Blue Chalk #E6CDFC

Color information

#E6CDFC (or 0xE6CDFC) is unknown color: approx Blue Chalk. HEX triplet: E6, CD and FC. RGB value is (230,205,252). Sum of RGB (Red+Green+Blue) = 230+205+252=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6CDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDFC is #193203. Grayscale: #D9D9D9. Windows color (decimal): -1651204 or 16567782. OLE color: 16567782.

HSL color Cylindrical-coordinate representation of color #E6CDFC: hue angle of 271.91º 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 #E6CDFC is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230205252-
CMYK0.090.1900.01
HSL271.91º88.68%89.61%-
HSV(B)271.91º18.65%98.82%-
XYZ72.0467.51101.33-
YUV217.83147.28136.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.48%
GREEN value IS 205 (80.47% from 255) = 29.84%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=33.48%
G=29.84%
B=36.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302052520.090.1900.01271.9188.6889.61
HexE6CDFC91301110595a
Octal346315374112301420131132
Binary1110011011001101111111001001100110110001000010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDFC; }

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

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

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

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

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

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

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

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