#EDDBFF

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

Shades of Blue Chalk #EDDBFF

Tints of Blue Chalk #EDDBFF

Color information

#EDDBFF (or 0xEDDBFF) is unknown color: approx Blue Chalk. HEX triplet: ED, DB and FF. RGB value is (237,219,255). Sum of RGB (Red+Green+Blue) = 237+219+255=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBFF is #122400. Grayscale: #E4E4E4. Windows color (decimal): -1188865 or 16767981. OLE color: 16767981.

HSL color Cylindrical-coordinate representation of color #EDDBFF: hue angle of 270º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDDBFF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237219255-
CMYK0.070.1400
HSL270º100%92.94%-
HSV(B)270º14.12%100%-
XYZ78.3175.89105.13-
YUV228.49142.96134.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.33%
GREEN value IS 219 (85.94% from 255) = 30.80%
BLUE value IS 255 (100% from 255) = 35.86%
R=33.33%
G=30.80%
B=35.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372192550.070.140027010092.94
HexEDDBFF7E0010e645d
Octal35533337771600416144135
Binary11101101110110111111111111111100010000111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBFF; }

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

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

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

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

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

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

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

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