Html Css Color HEX #EDC9FE Blue Chalk

📋 copy color: '#EDC9FE'

red 237 ◦ green 201 ◦ blue 254

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

Shades of Blue Chalk #EDC9FE

Tints of Blue Chalk #EDC9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.71%

R = 34.25%
G = 29.05%
B = 36.71%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDC9FE (or 0xEDC9FE) is known color: Blue Chalk. HEX triplet: ED, C9 and FE. RGB value is (237,201,254). Sum of RGB (Red+Green+Blue) = 237+201+254=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9FE is #123601. Grayscale: #D9D9D9. Windows color (decimal): -1193474 or 16697837. OLE color: 16697837.

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

Color convert

RGB 237 201 254 -
CMYK 0.07 0.21 0 0.00
HSL 280.75º 0.96% 0.89% -
HSV(B) 280.75º 0.21% 1% -
XYZ 73.7 66.93 102.8 -
YUV 217.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 237 201 254 0.07 0.21 0 0.00 280.75 0.96 0.89
Hex ED C9 FE 7 15 0 0 119 60 59
Octal 355 311 376 7 25 0 0 431 140 131
Binary 11101101 11001001 11111110 111 10101 0 0 100011001 1100000 1011001

Color Harmonies of #EDC9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9FE

Black with #EDC9FE

Text Example


Text Example

White with #EDC9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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