#EDDBFD

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

Shades of Blue Chalk #EDDBFD

Tints of Blue Chalk #EDDBFD

Color information

#EDDBFD (or 0xEDDBFD) is unknown color: approx Blue Chalk. HEX triplet: ED, DB and FD. RGB value is (237,219,253). Sum of RGB (Red+Green+Blue) = 237+219+253=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBFD is #122402. Grayscale: #E4E4E4. Windows color (decimal): -1188867 or 16636909. OLE color: 16636909.

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

Color convert

RGB237219253-
CMYK0.060.1300.01
HSL271.76º89.47%92.55%-
HSV(B)271.76º13.44%99.22%-
XYZ77.9975.76103.44-
YUV228.26141.96134.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 219 (85.94% from 255) = 30.89%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=33.43%
G=30.89%
B=35.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372192530.060.1300.01271.7689.4792.55
HexEDDBFD6D01110595d
Octal35533337561501420131135
Binary11101101110110111111110111011010110001000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBFD; }

 p { color: rgb(237,219,253); }

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

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

 a { background-color: rgb(237,219,253); }

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

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

 span { border-color: rgb(237,219,253); }

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