Html Css Color HEX #EDD0F9 Blue Chalk

📋 copy color: '#EDD0F9'

red 237 ◦ green 208 ◦ blue 249

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

Shades of Blue Chalk #EDD0F9

Tints of Blue Chalk #EDD0F9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.97%

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

R = 34.15%
G = 29.97%
B = 35.88%

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

#EDD0F9 (or 0xEDD0F9) is known color: Blue Chalk. HEX triplet: ED, D0 and F9. RGB value is (237,208,249). Sum of RGB (Red+Green+Blue) = 237+208+249=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 208 (81.64% from 255 or 29.97% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDD0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0F9 is #122F06. Grayscale: #DDDDDD. Windows color (decimal): -1191687 or 16371949. OLE color: 16371949.

HSL color Cylindrical-coordinate representation of color #EDD0F9: hue angle of 282.44º degrees, saturation: 0.77, 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 #EDD0F9 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 208 249 -
CMYK 0.05 0.16 0 0.02
HSL 282.44º 0.77% 0.9% -
HSV(B) 282.44º 0.16% 0.98% -
XYZ 74.58 69.96 99.19 -
YUV 221.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 237 208 249 0.05 0.16 0 0.02 282.44 0.77 0.9
Hex ED D0 F9 5 10 0 2 11A 4D 5A
Octal 355 320 371 5 20 0 2 432 115 132
Binary 11101101 11010000 11111001 101 10000 0 10 100011010 1001101 1011010

Color Harmonies of #EDD0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0F9

Black with #EDD0F9

Text Example


Text Example

White with #EDD0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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