Html Css Color HEX #EDC8FE Blue Chalk

📋 copy color: '#EDC8FE'

red 237 ◦ green 200 ◦ blue 254

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

Shades of Blue Chalk #EDC8FE

Tints of Blue Chalk #EDC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.94%

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

R = 34.3%
G = 28.94%
B = 36.76%

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

#EDC8FE (or 0xEDC8FE) is known color: Blue Chalk. HEX triplet: ED, C8 and FE. RGB value is (237,200,254). Sum of RGB (Red+Green+Blue) = 237+200+254=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8FE is #123701. Grayscale: #D9D9D9. Windows color (decimal): -1193730 or 16697581. OLE color: 16697581.

HSL color Cylindrical-coordinate representation of color #EDC8FE: hue angle of 281.11º 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 #EDC8FE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 200 254 -
CMYK 0.07 0.21 0 0.00
HSL 281.11º 0.96% 0.89% -
HSV(B) 281.11º 0.21% 1% -
XYZ 73.47 66.47 102.72 -
YUV 217.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 237 200 254 0.07 0.21 0 0.00 281.11 0.96 0.89
Hex ED C8 FE 7 15 0 0 119 60 59
Octal 355 310 376 7 25 0 0 431 140 131
Binary 11101101 11001000 11111110 111 10101 0 0 100011001 1100000 1011001

Color Harmonies of #EDC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8FE

Black with #EDC8FE

Text Example


Text Example

White with #EDC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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