Html Css Color HEX #EDD8FE Blue Chalk

📋 copy color: '#EDD8FE'

red 237 ◦ green 216 ◦ blue 254

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

Shades of Blue Chalk #EDD8FE

Tints of Blue Chalk #EDD8FE

RGB

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

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

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

R = 33.52%
G = 30.55%
B = 35.93%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDD8FE (or 0xEDD8FE) is known color: Blue Chalk. HEX triplet: ED, D8 and FE. RGB value is (237,216,254). Sum of RGB (Red+Green+Blue) = 237+216+254=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 216 (84.77% from 255 or 30.55% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8FE is #122701. Grayscale: #E2E2E2. Windows color (decimal): -1189634 or 16701677. OLE color: 16701677.

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

Color convert

RGB 237 216 254 -
CMYK 0.07 0.15 0 0.00
HSL 273.16º 0.95% 0.92% -
HSV(B) 273.16º 0.15% 1% -
XYZ 77.37 74.27 104.02 -
YUV 226.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 237 216 254 0.07 0.15 0 0.00 273.16 0.95 0.92
Hex ED D8 FE 7 F 0 0 111 5F 5C
Octal 355 330 376 7 17 0 0 421 137 134
Binary 11101101 11011000 11111110 111 1111 0 0 100010001 1011111 1011100

Color Harmonies of #EDD8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8FE

Black with #EDD8FE

Text Example


Text Example

White with #EDD8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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