Html Css Color HEX #EDC7F7 Blue Chalk

📋 copy color: '#EDC7F7'

red 237 ◦ green 199 ◦ blue 247

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

Shades of Blue Chalk #EDC7F7

Tints of Blue Chalk #EDC7F7

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.14%

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

R = 34.7%
G = 29.14%
B = 36.16%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDC7F7 (or 0xEDC7F7) is known color: Blue Chalk. HEX triplet: ED, C7 and F7. RGB value is (237,199,247). Sum of RGB (Red+Green+Blue) = 237+199+247=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 199 (78.12% from 255 or 29.14% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDC7F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC7F7 is #123808. Grayscale: #D7D7D7. Windows color (decimal): -1193993 or 16238573. OLE color: 16238573.

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

Color convert

RGB 237 199 247 -
CMYK 0.04 0.19 0 0.03
HSL 287.5º 0.75% 0.87% -
HSV(B) 287.5º 0.19% 0.97% -
XYZ 72.14 65.57 96.85 -
YUV 215.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 237 199 247 0.04 0.19 0 0.03 287.5 0.75 0.87
Hex ED C7 F7 4 13 0 3 120 4B 57
Octal 355 307 367 4 23 0 3 440 113 127
Binary 11101101 11000111 11110111 100 10011 0 11 100100000 1001011 1010111

Color Harmonies of #EDC7F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC7F7

Black with #EDC7F7

Text Example


Text Example

White with #EDC7F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC7F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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