Html Css Color HEX #EDD8FB Blue Chalk

📋 copy color: '#EDD8FB'

red 237 ◦ green 216 ◦ blue 251

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

Shades of Blue Chalk #EDD8FB

Tints of Blue Chalk #EDD8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.65%

R = 33.66%
G = 30.68%
B = 35.65%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDD8FB (or 0xEDD8FB) is known color: Blue Chalk. HEX triplet: ED, D8 and FB. RGB value is (237,216,251). Sum of RGB (Red+Green+Blue) = 237+216+251=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 216 (84.77% from 255 or 30.68% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDD8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8FB is #122704. Grayscale: #E2E2E2. Windows color (decimal): -1189637 or 16505069. OLE color: 16505069.

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

Color convert

RGB 237 216 251 -
CMYK 0.06 0.14 0 0.02
HSL 276º 0.81% 0.92% -
HSV(B) 276º 0.14% 0.98% -
XYZ 76.89 74.08 101.51 -
YUV 226.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 237 216 251 0.06 0.14 0 0.02 276 0.81 0.92
Hex ED D8 FB 6 E 0 2 114 51 5C
Octal 355 330 373 6 16 0 2 424 121 134
Binary 11101101 11011000 11111011 110 1110 0 10 100010100 1010001 1011100

Color Harmonies of #EDD8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8FB

Black with #EDD8FB

Text Example


Text Example

White with #EDD8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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