Html Css Color HEX #EDD1FD Blue Chalk

📋 copy color: '#EDD1FD'

red 237 ◦ green 209 ◦ blue 253

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

Shades of Blue Chalk #EDD1FD

Tints of Blue Chalk #EDD1FD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.9%

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

R = 33.91%
G = 29.9%
B = 36.19%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDD1FD (or 0xEDD1FD) is known color: Blue Chalk. HEX triplet: ED, D1 and FD. RGB value is (237,209,253). Sum of RGB (Red+Green+Blue) = 237+209+253=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 209 (82.03% from 255 or 29.90% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1FD is #122E02. Grayscale: #DEDEDE. Windows color (decimal): -1191427 or 16634349. OLE color: 16634349.

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

Color convert

RGB 237 209 253 -
CMYK 0.06 0.17 0 0.01
HSL 278.18º 0.92% 0.91% -
HSV(B) 278.18º 0.17% 0.99% -
XYZ 75.46 70.7 102.6 -
YUV 222.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 237 209 253 0.06 0.17 0 0.01 278.18 0.92 0.91
Hex ED D1 FD 6 11 0 1 116 5C 5B
Octal 355 321 375 6 21 0 1 426 134 133
Binary 11101101 11010001 11111101 110 10001 0 1 100010110 1011100 1011011

Color Harmonies of #EDD1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD1FD

Black with #EDD1FD

Text Example


Text Example

White with #EDD1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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