Html Css Color HEX #EDC9FF Blue Chalk

📋 copy color: '#EDC9FF'

red 237 ◦ green 201 ◦ blue 255

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

Shades of Blue Chalk #EDC9FF

Tints of Blue Chalk #EDC9FF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29%

 BLUE value IS 255 (100% from 255) = 36.8%

R = 34.2%
G = 29%
B = 36.8%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDC9FF (or 0xEDC9FF) is known color: Blue Chalk. HEX triplet: ED, C9 and FF. RGB value is (237,201,255). Sum of RGB (Red+Green+Blue) = 237+201+255=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 201 (78.91% from 255 or 29.00% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9FF is #123600. Grayscale: #D9D9D9. Windows color (decimal): -1193473 or 16763373. OLE color: 16763373.

HSL color Cylindrical-coordinate representation of color #EDC9FF: hue angle of 280º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC9FF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 201 255 -
CMYK 0.07 0.21 0 0
HSL 280º 1% 0.89% -
HSV(B) 280º 0.21% 1% -
XYZ 73.86 67 103.65 -
YUV 217.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 237 201 255 0.07 0.21 0 0 280 1 0.89
Hex ED C9 FF 7 15 0 0 118 64 59
Octal 355 311 377 7 25 0 0 430 144 131
Binary 11101101 11001001 11111111 111 10101 0 0 100011000 1100100 1011001

Color Harmonies of #EDC9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9FF

Black with #EDC9FF

Text Example


Text Example

White with #EDC9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9FF; }

 p { color: rgb(237,201,255); }

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

background-color css

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

 a { background-color: rgb(237,201,255); }

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

border-color css

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

 span { border-color: rgb(237,201,255); }

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