#EAD0FE

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

Shades of Blue Chalk #EAD0FE

Tints of Blue Chalk #EAD0FE

Color information

#EAD0FE (or 0xEAD0FE) is unknown color: approx Blue Chalk. HEX triplet: EA, D0 and FE. RGB value is (234,208,254). Sum of RGB (Red+Green+Blue) = 234+208+254=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 208 (81.64% from 255 or 29.89% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAD0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0FE is #152F01. Grayscale: #DCDCDC. Windows color (decimal): -1388290 or 16699626. OLE color: 16699626.

HSL color Cylindrical-coordinate representation of color #EAD0FE: hue angle of 273.91º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAD0FE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234208254-
CMYK0.080.1800.00
HSL273.91º95.83%90.59%-
HSV(B)273.91º18.11%99.61%-
XYZ74.3869.76103.31-
YUV221.02146.61137.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 208 (81.64% from 255) = 29.89%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=33.62%
G=29.89%
B=36.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342082540.080.1800.00273.9195.8390.59
HexEAD0FE81200112605b
Octal352320376102200422140133
Binary1110101011010000111111101000100100010001001011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0FE; }

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

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

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

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

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

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

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

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