Html Css Color HEX #EDD8FC Blue Chalk

📋 copy color: '#EDD8FC'

red 237 ◦ green 216 ◦ blue 252

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

Shades of Blue Chalk #EDD8FC

Tints of Blue Chalk #EDD8FC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.64%

 BLUE value IS 252 (98.83% from 255) = 35.74%

R = 33.62%
G = 30.64%
B = 35.74%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDD8FC (or 0xEDD8FC) is known color: Blue Chalk. HEX triplet: ED, D8 and FC. RGB value is (237,216,252). Sum of RGB (Red+Green+Blue) = 237+216+252=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDD8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8FC is #122703. Grayscale: #E2E2E2. Windows color (decimal): -1189636 or 16570605. OLE color: 16570605.

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

Color convert

RGB 237 216 252 -
CMYK 0.06 0.14 0 0.01
HSL 275º 0.86% 0.92% -
HSV(B) 275º 0.14% 0.99% -
XYZ 77.05 74.14 102.35 -
YUV 226.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 237 216 252 0.06 0.14 0 0.01 275 0.86 0.92
Hex ED D8 FC 6 E 0 1 113 56 5C
Octal 355 330 374 6 16 0 1 423 126 134
Binary 11101101 11011000 11111100 110 1110 0 1 100010011 1010110 1011100

Color Harmonies of #EDD8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8FC

Black with #EDD8FC

Text Example


Text Example

White with #EDD8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8FC; }

 p { color: rgb(237,216,252); }

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

background-color css

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

 a { background-color: rgb(237,216,252); }

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

border-color css

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

 span { border-color: rgb(237,216,252); }

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