#E6D0FD

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

Shades of Blue Chalk #E6D0FD

Tints of Blue Chalk #E6D0FD

Color information

#E6D0FD (or 0xE6D0FD) is unknown color: approx Blue Chalk. HEX triplet: E6, D0 and FD. RGB value is (230,208,253). Sum of RGB (Red+Green+Blue) = 230+208+253=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 208 (81.64% from 255 or 30.10% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6D0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D0FD is #192F02. Grayscale: #DBDBDB. Windows color (decimal): -1650435 or 16634086. OLE color: 16634086.

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

Color convert

RGB230208253-
CMYK0.090.1800.01
HSL269.33º91.84%90.39%-
HSV(B)269.33º17.79%99.22%-
XYZ72.9269.03102.41-
YUV219.71146.79135.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.29%
GREEN value IS 208 (81.64% from 255) = 30.10%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=33.29%
G=30.10%
B=36.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302082530.090.1800.01269.3391.8490.39
HexE6D0FD9120110d5c5a
Octal346320375112201415134132
Binary1110011011010000111111011001100100110000110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D0FD; }

 p { color: rgb(230,208,253); }

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

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

 a { background-color: rgb(230,208,253); }

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

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

 span { border-color: rgb(230,208,253); }

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