Html Css Color HEX #EDD0F7 Blue Chalk

📋 copy color: '#EDD0F7'

red 237 ◦ green 208 ◦ blue 247

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

Shades of Blue Chalk #EDD0F7

Tints of Blue Chalk #EDD0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.69%

R = 34.25%
G = 30.06%
B = 35.69%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDD0F7 (or 0xEDD0F7) is known color: Blue Chalk. HEX triplet: ED, D0 and F7. RGB value is (237,208,247). Sum of RGB (Red+Green+Blue) = 237+208+247=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 208 (81.64% from 255 or 30.06% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDD0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0F7 is #122F08. Grayscale: #DCDCDC. Windows color (decimal): -1191689 or 16240877. OLE color: 16240877.

HSL color Cylindrical-coordinate representation of color #EDD0F7: hue angle of 284.62º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDD0F7 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 208 247 -
CMYK 0.04 0.16 0 0.03
HSL 284.62º 0.71% 0.89% -
HSV(B) 284.62º 0.16% 0.97% -
XYZ 74.27 69.83 97.56 -
YUV 221.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 237 208 247 0.04 0.16 0 0.03 284.62 0.71 0.89
Hex ED D0 F7 4 10 0 3 11D 47 59
Octal 355 320 367 4 20 0 3 435 107 131
Binary 11101101 11010000 11110111 100 10000 0 11 100011101 1000111 1011001

Color Harmonies of #EDD0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0F7

Black with #EDD0F7

Text Example


Text Example

White with #EDD0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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