Html Css Color HEX #EDC8FD Blue Chalk

📋 copy color: '#EDC8FD'

red 237 ◦ green 200 ◦ blue 253

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

Shades of Blue Chalk #EDC8FD

Tints of Blue Chalk #EDC8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.67%

R = 34.35%
G = 28.99%
B = 36.67%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDC8FD (or 0xEDC8FD) is known color: Blue Chalk. HEX triplet: ED, C8 and FD. RGB value is (237,200,253). Sum of RGB (Red+Green+Blue) = 237+200+253=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8FD is #123702. Grayscale: #D8D8D8. Windows color (decimal): -1193731 or 16632045. OLE color: 16632045.

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

Color convert

RGB 237 200 253 -
CMYK 0.06 0.21 0 0.01
HSL 281.89º 0.93% 0.89% -
HSV(B) 281.89º 0.21% 0.99% -
XYZ 73.31 66.4 101.88 -
YUV 217.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 237 200 253 0.06 0.21 0 0.01 281.89 0.93 0.89
Hex ED C8 FD 6 15 0 1 11A 5D 59
Octal 355 310 375 6 25 0 1 432 135 131
Binary 11101101 11001000 11111101 110 10101 0 1 100011010 1011101 1011001

Color Harmonies of #EDC8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8FD

Black with #EDC8FD

Text Example


Text Example

White with #EDC8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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