#EAD2FF

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

Shades of Blue Chalk #EAD2FF

Tints of Blue Chalk #EAD2FF

Color information

#EAD2FF (or 0xEAD2FF) is unknown color: approx Blue Chalk. HEX triplet: EA, D2 and FF. RGB value is (234,210,255). Sum of RGB (Red+Green+Blue) = 234+210+255=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 210 (82.42% from 255 or 30.04% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2FF is #152D00. Grayscale: #DEDEDE. Windows color (decimal): -1387777 or 16765674. OLE color: 16765674.

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

Color convert

RGB234210255-
CMYK0.080.1800
HSL272º100%91.18%-
HSV(B)272º17.65%100%-
XYZ75.0370.81104.32-
YUV222.31146.45136.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.48%
GREEN value IS 210 (82.42% from 255) = 30.04%
BLUE value IS 255 (100% from 255) = 36.48%
R=33.48%
G=30.04%
B=36.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342102550.080.180027210091.18
HexEAD2FF81200110645b
Octal352322377102200420144133
Binary1110101011010010111111111000100100010001000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2FF; }

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

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

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

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

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

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

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

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