#EAD0FF

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

Shades of Blue Chalk #EAD0FF

Tints of Blue Chalk #EAD0FF

Color information

#EAD0FF (or 0xEAD0FF) is unknown color: approx Blue Chalk. HEX triplet: EA, D0 and FF. RGB value is (234,208,255). Sum of RGB (Red+Green+Blue) = 234+208+255=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 208 (81.64% from 255 or 29.84% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0FF is #152F00. Grayscale: #DCDCDC. Windows color (decimal): -1388289 or 16765162. OLE color: 16765162.

HSL color Cylindrical-coordinate representation of color #EAD0FF: hue angle of 273.19º 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 #EAD0FF is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234208255-
CMYK0.080.1800
HSL273.19º100%90.78%-
HSV(B)273.19º18.43%100%-
XYZ74.5469.82104.16-
YUV221.13147.11137.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 208 (81.64% from 255) = 29.84%
BLUE value IS 255 (100% from 255) = 36.59%
R=33.57%
G=29.84%
B=36.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342082550.080.1800273.1910090.78
HexEAD0FF81200111645b
Octal352320377102200421144133
Binary1110101011010000111111111000100100010001000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0FF; }

 p { color: rgb(234,208,255); }

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

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

 a { background-color: rgb(234,208,255); }

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

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

 span { border-color: rgb(234,208,255); }

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