Html Css Color HEX #EDC7FB Blue Chalk

📋 copy color: '#EDC7FB'

red 237 ◦ green 199 ◦ blue 251

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

Shades of Blue Chalk #EDC7FB

Tints of Blue Chalk #EDC7FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.54%

R = 34.5%
G = 28.97%
B = 36.54%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDC7FB (or 0xEDC7FB) is known color: Blue Chalk. HEX triplet: ED, C7 and FB. RGB value is (237,199,251). Sum of RGB (Red+Green+Blue) = 237+199+251=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC7FB is #123804. Grayscale: #D8D8D8. Windows color (decimal): -1193989 or 16500717. OLE color: 16500717.

HSL color Cylindrical-coordinate representation of color #EDC7FB: hue angle of 283.85º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC7FB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 199 251 -
CMYK 0.06 0.21 0 0.02
HSL 283.85º 0.87% 0.88% -
HSV(B) 283.85º 0.21% 0.98% -
XYZ 72.76 65.82 100.14 -
YUV 216.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 237 199 251 0.06 0.21 0 0.02 283.85 0.87 0.88
Hex ED C7 FB 6 15 0 2 11C 57 58
Octal 355 307 373 6 25 0 2 434 127 130
Binary 11101101 11000111 11111011 110 10101 0 10 100011100 1010111 1011000

Color Harmonies of #EDC7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC7FB

Black with #EDC7FB

Text Example


Text Example

White with #EDC7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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