#E6CDFF

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

Shades of Blue Chalk #E6CDFF

Tints of Blue Chalk #E6CDFF

Color information

#E6CDFF (or 0xE6CDFF) is unknown color: approx Blue Chalk. HEX triplet: E6, CD and FF. RGB value is (230,205,255). Sum of RGB (Red+Green+Blue) = 230+205+255=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDFF is #193200. Grayscale: #DADADA. Windows color (decimal): -1651201 or 16764390. OLE color: 16764390.

HSL color Cylindrical-coordinate representation of color #E6CDFF: hue angle of 270º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6CDFF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230205255-
CMYK0.100.2000
HSL270º100%90.2%-
HSV(B)270º19.61%100%-
XYZ72.5167.71103.85-
YUV218.18148.78136.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.33%
GREEN value IS 205 (80.47% from 255) = 29.71%
BLUE value IS 255 (100% from 255) = 36.96%
R=33.33%
G=29.71%
B=36.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302052550.100.200027010090.2
HexE6CDFFA140010e645a
Octal346315377122400416144132
Binary1110011011001101111111111010101000010000111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDFF; }

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

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

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

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

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

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

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

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