Html Css Color HEX #EDD1FA Blue Chalk

📋 copy color: '#EDD1FA'

red 237 ◦ green 209 ◦ blue 250

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

Shades of Blue Chalk #EDD1FA

Tints of Blue Chalk #EDD1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.92%

R = 34.05%
G = 30.03%
B = 35.92%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDD1FA (or 0xEDD1FA) is known color: Blue Chalk. HEX triplet: ED, D1 and FA. RGB value is (237,209,250). Sum of RGB (Red+Green+Blue) = 237+209+250=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 209 (82.03% from 255 or 30.03% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1FA is #122E05. Grayscale: #DDDDDD. Windows color (decimal): -1191430 or 16437741. OLE color: 16437741.

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

Color convert

RGB 237 209 250 -
CMYK 0.05 0.16 0 0.02
HSL 280.98º 0.8% 0.9% -
HSV(B) 280.98º 0.16% 0.98% -
XYZ 74.98 70.51 100.1 -
YUV 222.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 237 209 250 0.05 0.16 0 0.02 280.98 0.8 0.9
Hex ED D1 FA 5 10 0 2 119 50 5A
Octal 355 321 372 5 20 0 2 431 120 132
Binary 11101101 11010001 11111010 101 10000 0 10 100011001 1010000 1011010

Color Harmonies of #EDD1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD1FA

Black with #EDD1FA

Text Example


Text Example

White with #EDD1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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