Html Css Color HEX #EDC6F9 Blue Chalk

📋 copy color: '#EDC6F9'

red 237 ◦ green 198 ◦ blue 249

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

Shades of Blue Chalk #EDC6F9

Tints of Blue Chalk #EDC6F9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.95%

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

R = 34.65%
G = 28.95%
B = 36.4%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDC6F9 (or 0xEDC6F9) is known color: Blue Chalk. HEX triplet: ED, C6 and F9. RGB value is (237,198,249). Sum of RGB (Red+Green+Blue) = 237+198+249=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 198 (77.73% from 255 or 28.95% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDC6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC6F9 is #123906. Grayscale: #D7D7D7. Windows color (decimal): -1194247 or 16369389. OLE color: 16369389.

HSL color Cylindrical-coordinate representation of color #EDC6F9: hue angle of 285.88º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC6F9 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 198 249 -
CMYK 0.05 0.20 0 0.02
HSL 285.88º 0.81% 0.88% -
HSV(B) 285.88º 0.2% 0.98% -
XYZ 72.22 65.23 98.41 -
YUV 215.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 237 198 249 0.05 0.20 0 0.02 285.88 0.81 0.88
Hex ED C6 F9 5 14 0 2 11E 51 58
Octal 355 306 371 5 24 0 2 436 121 130
Binary 11101101 11000110 11111001 101 10100 0 10 100011110 1010001 1011000

Color Harmonies of #EDC6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC6F9

Black with #EDC6F9

Text Example


Text Example

White with #EDC6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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