#EAD2FB

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

Shades of Blue Chalk #EAD2FB

Tints of Blue Chalk #EAD2FB

Color information

#EAD2FB (or 0xEAD2FB) is unknown color: approx Blue Chalk. HEX triplet: EA, D2 and FB. RGB value is (234,210,251). Sum of RGB (Red+Green+Blue) = 234+210+251=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAD2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2FB is #152D04. Grayscale: #DDDDDD. Windows color (decimal): -1387781 or 16503530. OLE color: 16503530.

HSL color Cylindrical-coordinate representation of color #EAD2FB: hue angle of 275.12º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAD2FB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234210251-
CMYK0.070.1600.02
HSL275.12º83.67%90.39%-
HSV(B)275.12º16.33%98.43%-
XYZ74.3970.55100.96-
YUV221.85144.45136.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 210 (82.42% from 255) = 30.22%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=33.67%
G=30.22%
B=36.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342102510.070.1600.02275.1283.6790.39
HexEAD2FB71002113545a
Octal35232237372002423124132
Binary1110101011010010111110111111000001010001001110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2FB; }

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

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

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

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

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

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

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

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