Html Css Color HEX #EDD2FD Blue Chalk

📋 copy color: '#EDD2FD'

red 237 ◦ green 210 ◦ blue 253

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

Shades of Blue Chalk #EDD2FD

Tints of Blue Chalk #EDD2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30%

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

R = 33.86%
G = 30%
B = 36.14%

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

#EDD2FD (or 0xEDD2FD) is known color: Blue Chalk. HEX triplet: ED, D2 and FD. RGB value is (237,210,253). Sum of RGB (Red+Green+Blue) = 237+210+253=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2FD is #122D02. Grayscale: #DEDEDE. Windows color (decimal): -1191171 or 16634605. OLE color: 16634605.

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

Color convert

RGB 237 210 253 -
CMYK 0.06 0.17 0 0.01
HSL 277.67º 0.91% 0.91% -
HSV(B) 277.67º 0.17% 0.99% -
XYZ 75.7 71.19 102.68 -
YUV 222.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 237 210 253 0.06 0.17 0 0.01 277.67 0.91 0.91
Hex ED D2 FD 6 11 0 1 116 5B 5B
Octal 355 322 375 6 21 0 1 426 133 133
Binary 11101101 11010010 11111101 110 10001 0 1 100010110 1011011 1011011

Color Harmonies of #EDD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2FD

Black with #EDD2FD

Text Example


Text Example

White with #EDD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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