Html Css Color HEX #EDD5F9 Blue Chalk

📋 copy color: '#EDD5F9'

red 237 ◦ green 213 ◦ blue 249

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

Shades of Blue Chalk #EDD5F9

Tints of Blue Chalk #EDD5F9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.47%

 BLUE value IS 249 (97.66% from 255) = 35.62%

R = 33.91%
G = 30.47%
B = 35.62%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDD5F9 (or 0xEDD5F9) is known color: Blue Chalk. HEX triplet: ED, D5 and F9. RGB value is (237,213,249). Sum of RGB (Red+Green+Blue) = 237+213+249=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 213 (83.59% from 255 or 30.47% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDD5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5F9 is #122A06. Grayscale: #E0E0E0. Windows color (decimal): -1190407 or 16373229. OLE color: 16373229.

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

Color convert

RGB 237 213 249 -
CMYK 0.05 0.14 0 0.02
HSL 280º 0.75% 0.91% -
HSV(B) 280º 0.14% 0.98% -
XYZ 75.82 72.43 99.61 -
YUV 224.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 237 213 249 0.05 0.14 0 0.02 280 0.75 0.91
Hex ED D5 F9 5 E 0 2 118 4B 5B
Octal 355 325 371 5 16 0 2 430 113 133
Binary 11101101 11010101 11111001 101 1110 0 10 100011000 1001011 1011011

Color Harmonies of #EDD5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5F9

Black with #EDD5F9

Text Example


Text Example

White with #EDD5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5F9; }

 p { color: rgb(237,213,249); }

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

background-color css

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

 a { background-color: rgb(237,213,249); }

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

border-color css

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

 span { border-color: rgb(237,213,249); }

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