Html Css Color HEX #EDD3F9 Blue Chalk

📋 copy color: '#EDD3F9'

red 237 ◦ green 211 ◦ blue 249

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

Shades of Blue Chalk #EDD3F9

Tints of Blue Chalk #EDD3F9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.27%

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

R = 34%
G = 30.27%
B = 35.72%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDD3F9 (or 0xEDD3F9) is known color: Blue Chalk. HEX triplet: ED, D3 and F9. RGB value is (237,211,249). Sum of RGB (Red+Green+Blue) = 237+211+249=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 211 (82.81% from 255 or 30.27% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDD3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3F9 is #122C06. Grayscale: #DEDEDE. Windows color (decimal): -1190919 or 16372717. OLE color: 16372717.

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

Color convert

RGB 237 211 249 -
CMYK 0.05 0.15 0 0.02
HSL 281.05º 0.76% 0.9% -
HSV(B) 281.05º 0.15% 0.98% -
XYZ 75.32 71.43 99.44 -
YUV 223.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 237 211 249 0.05 0.15 0 0.02 281.05 0.76 0.9
Hex ED D3 F9 5 F 0 2 119 4C 5A
Octal 355 323 371 5 17 0 2 431 114 132
Binary 11101101 11010011 11111001 101 1111 0 10 100011001 1001100 1011010

Color Harmonies of #EDD3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3F9

Black with #EDD3F9

Text Example


Text Example

White with #EDD3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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