#EDDBF4

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

Shades of Blue Chalk #EDDBF4

Tints of Blue Chalk #EDDBF4

Color information

#EDDBF4 (or 0xEDDBF4) is unknown color: approx Blue Chalk. HEX triplet: ED, DB and F4. RGB value is (237,219,244). Sum of RGB (Red+Green+Blue) = 237+219+244=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDDBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBF4 is #12240B. Grayscale: #E3E3E3. Windows color (decimal): -1188876 or 16047085. OLE color: 16047085.

HSL color Cylindrical-coordinate representation of color #EDDBF4: hue angle of 283.2º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDBF4 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237219244-
CMYK0.030.1000.04
HSL283.2º53.19%90.78%-
HSV(B)283.2º10.25%95.69%-
XYZ76.5975.296.07-
YUV227.23137.46134.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 219 (85.94% from 255) = 31.29%
BLUE value IS 244 (95.70% from 255) = 34.86%
R=33.86%
G=31.29%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372192440.030.1000.04283.253.1990.78
HexEDDBF43A0411b355b
Octal3553333643120443365133
Binary11101101110110111111010011101001001000110111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBF4; }

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

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

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

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

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

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

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

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