#EDD2FF

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

Shades of Blue Chalk #EDD2FF

Tints of Blue Chalk #EDD2FF

Color information

#EDD2FF (or 0xEDD2FF) is unknown color: approx Blue Chalk. HEX triplet: ED, D2 and FF. RGB value is (237,210,255). Sum of RGB (Red+Green+Blue) = 237+210+255=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 210 (82.42% from 255 or 29.91% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2FF is #122D00. Grayscale: #DFDFDF. Windows color (decimal): -1191169 or 16765677. OLE color: 16765677.

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

Color convert

RGB237210255-
CMYK0.070.1800
HSL276º100%91.18%-
HSV(B)276º17.65%100%-
XYZ76.0271.32104.37-
YUV223.2145.95137.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 210 (82.42% from 255) = 29.91%
BLUE value IS 255 (100% from 255) = 36.32%
R=33.76%
G=29.91%
B=36.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372102550.070.180027610091.18
HexEDD2FF71200114645b
Octal35532237772200424144133
Binary111011011101001011111111111100100010001010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2FF; }

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

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

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

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

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

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

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

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