Html Css Color HEX #EDC5FB Blue Chalk

📋 copy color: '#EDC5FB'

red 237 ◦ green 197 ◦ blue 251

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

Shades of Blue Chalk #EDC5FB

Tints of Blue Chalk #EDC5FB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.76%

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

R = 34.6%
G = 28.76%
B = 36.64%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDC5FB (or 0xEDC5FB) is known color: Blue Chalk. HEX triplet: ED, C5 and FB. RGB value is (237,197,251). Sum of RGB (Red+Green+Blue) = 237+197+251=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 197 (77.34% from 255 or 28.76% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5FB is #123A04. Grayscale: #D6D6D6. Windows color (decimal): -1194501 or 16500205. OLE color: 16500205.

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

Color convert

RGB 237 197 251 -
CMYK 0.06 0.22 0 0.02
HSL 284.44º 0.87% 0.88% -
HSV(B) 284.44º 0.22% 0.98% -
XYZ 72.3 64.9 99.98 -
YUV 215.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 237 197 251 0.06 0.22 0 0.02 284.44 0.87 0.88
Hex ED C5 FB 6 16 0 2 11C 57 58
Octal 355 305 373 6 26 0 2 434 127 130
Binary 11101101 11000101 11111011 110 10110 0 10 100011100 1010111 1011000

Color Harmonies of #EDC5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5FB

Black with #EDC5FB

Text Example


Text Example

White with #EDC5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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