#EDD8FC

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

Shades of Blue Chalk #EDD8FC

Tints of Blue Chalk #EDD8FC

Color information

#EDD8FC (or 0xEDD8FC) is unknown color: approx Blue Chalk. HEX triplet: ED, D8 and FC. RGB value is (237,216,252). Sum of RGB (Red+Green+Blue) = 237+216+252=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDD8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8FC is #122703. Grayscale: #E2E2E2. Windows color (decimal): -1189636 or 16570605. OLE color: 16570605.

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

Color convert

RGB237216252-
CMYK0.060.1400.01
HSL275º85.71%91.76%-
HSV(B)275º14.29%98.82%-
XYZ77.0574.14102.35-
YUV226.38142.46135.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.62%
GREEN value IS 216 (84.77% from 255) = 30.64%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=33.62%
G=30.64%
B=35.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372162520.060.1400.0127585.7191.76
HexEDD8FC6E01113565c
Octal35533037461601423126134
Binary11101101110110001111110011011100110001001110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8FC; }

 p { color: rgb(237,216,252); }

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

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

 a { background-color: rgb(237,216,252); }

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

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

 span { border-color: rgb(237,216,252); }

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