Html Css Color HEX #EDD0F5 Blue Chalk

📋 copy color: '#EDD0F5'

red 237 ◦ green 208 ◦ blue 245

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

Shades of Blue Chalk #EDD0F5

Tints of Blue Chalk #EDD0F5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.14%

 BLUE value IS 245 (96.09% from 255) = 35.51%

R = 34.35%
G = 30.14%
B = 35.51%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDD0F5 (or 0xEDD0F5) is known color: Blue Chalk. HEX triplet: ED, D0 and F5. RGB value is (237,208,245). Sum of RGB (Red+Green+Blue) = 237+208+245=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 208 (81.64% from 255 or 30.14% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDD0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0F5 is #122F0A. Grayscale: #DCDCDC. Windows color (decimal): -1191691 or 16109805. OLE color: 16109805.

HSL color Cylindrical-coordinate representation of color #EDD0F5: hue angle of 287.03º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD0F5 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 208 245 -
CMYK 0.03 0.15 0 0.04
HSL 287.03º 0.65% 0.89% -
HSV(B) 287.03º 0.15% 0.96% -
XYZ 73.96 69.71 95.94 -
YUV 220.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 237 208 245 0.03 0.15 0 0.04 287.03 0.65 0.89
Hex ED D0 F5 3 F 0 4 11F 41 59
Octal 355 320 365 3 17 0 4 437 101 131
Binary 11101101 11010000 11110101 11 1111 0 100 100011111 1000001 1011001

Color Harmonies of #EDD0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0F5

Black with #EDD0F5

Text Example


Text Example

White with #EDD0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0F5; }

 p { color: rgb(237,208,245); }

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

background-color css

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

 a { background-color: rgb(237,208,245); }

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

border-color css

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

 span { border-color: rgb(237,208,245); }

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