Html Css Color HEX #EDD2F9 Blue Chalk

📋 copy color: '#EDD2F9'

red 237 ◦ green 210 ◦ blue 249

#EDD2F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #EDD2F9

Tints of Blue Chalk #EDD2F9

RGB

 RED value IS 237 (92.97% from 255) = 34.05%

 GREEN value IS 210 (82.42% from 255) = 30.17%

 BLUE value IS 249 (97.66% from 255) = 35.78%

R = 34.05%
G = 30.17%
B = 35.78%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDD2F9 (or 0xEDD2F9) is known color: Blue Chalk. HEX triplet: ED, D2 and F9. RGB value is (237,210,249). Sum of RGB (Red+Green+Blue) = 237+210+249=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 210 (82.42% from 255 or 30.17% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDD2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2F9 is #122D06. Grayscale: #DEDEDE. Windows color (decimal): -1191175 or 16372461. OLE color: 16372461.

HSL color Cylindrical-coordinate representation of color #EDD2F9: hue angle of 281.54º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDD2F9 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 210 249 -
CMYK 0.05 0.16 0 0.02
HSL 281.54º 0.76% 0.9% -
HSV(B) 281.54º 0.16% 0.98% -
XYZ 75.07 70.94 99.36 -
YUV 222.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 237 210 249 0.05 0.16 0 0.02 281.54 0.76 0.9
Hex ED D2 F9 5 10 0 2 11A 4C 5A
Octal 355 322 371 5 20 0 2 432 114 132
Binary 11101101 11010010 11111001 101 10000 0 10 100011010 1001100 1011010

Color Harmonies of #EDD2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2F9

Black with #EDD2F9

Text Example


Text Example

White with #EDD2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2F9; }

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

 H1.HeaderClassName
 {
   color: #EDD2F9;
 }
 .AnyTagClassName
 {
   color: #EDD2F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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