#EDD7FC

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

Shades of Blue Chalk #EDD7FC

Tints of Blue Chalk #EDD7FC

Color information

#EDD7FC (or 0xEDD7FC) is unknown color: approx Blue Chalk. HEX triplet: ED, D7 and FC. RGB value is (237,215,252). Sum of RGB (Red+Green+Blue) = 237+215+252=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 215 (84.38% from 255 or 30.54% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDD7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7FC is #122803. Grayscale: #E1E1E1. Windows color (decimal): -1189892 or 16570349. OLE color: 16570349.

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

Color convert

RGB237215252-
CMYK0.060.1500.01
HSL275.68º86.05%91.57%-
HSV(B)275.68º14.68%98.82%-
XYZ76.873.63102.26-
YUV225.8142.79135.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 215 (84.38% from 255) = 30.54%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=33.66%
G=30.54%
B=35.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372152520.060.1500.01275.6886.0591.57
HexEDD7FC6F01114565c
Octal35532737461701424126134
Binary11101101110101111111110011011110110001010010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7FC; }

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

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

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

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

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

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

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

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