Html Css Color HEX #EDD9FD Blue Chalk

📋 copy color: '#EDD9FD'

red 237 ◦ green 217 ◦ blue 253

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

Shades of Blue Chalk #EDD9FD

Tints of Blue Chalk #EDD9FD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.69%

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

R = 33.52%
G = 30.69%
B = 35.79%

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

#EDD9FD (or 0xEDD9FD) is known color: Blue Chalk. HEX triplet: ED, D9 and FD. RGB value is (237,217,253). Sum of RGB (Red+Green+Blue) = 237+217+253=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9FD is #122602. Grayscale: #E2E2E2. Windows color (decimal): -1189379 or 16636397. OLE color: 16636397.

HSL color Cylindrical-coordinate representation of color #EDD9FD: hue angle of 273.33º degrees, saturation: 0.9, 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 #EDD9FD is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 217 253 -
CMYK 0.06 0.14 0 0.01
HSL 273.33º 0.9% 0.92% -
HSV(B) 273.33º 0.14% 0.99% -
XYZ 77.47 74.72 103.27 -
YUV 227.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 237 217 253 0.06 0.14 0 0.01 273.33 0.9 0.92
Hex ED D9 FD 6 E 0 1 111 5A 5C
Octal 355 331 375 6 16 0 1 421 132 134
Binary 11101101 11011001 11111101 110 1110 0 1 100010001 1011010 1011100

Color Harmonies of #EDD9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9FD

Black with #EDD9FD

Text Example


Text Example

White with #EDD9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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