Html Css Color HEX #EDD6FA Blue Chalk

📋 copy color: '#EDD6FA'

red 237 ◦ green 214 ◦ blue 250

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

Shades of Blue Chalk #EDD6FA

Tints of Blue Chalk #EDD6FA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.53%

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

R = 33.81%
G = 30.53%
B = 35.66%

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

#EDD6FA (or 0xEDD6FA) is known color: Blue Chalk. HEX triplet: ED, D6 and FA. RGB value is (237,214,250). Sum of RGB (Red+Green+Blue) = 237+214+250=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 214 (83.98% from 255 or 30.53% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6FA is #122905. Grayscale: #E0E0E0. Windows color (decimal): -1190150 or 16439021. OLE color: 16439021.

HSL color Cylindrical-coordinate representation of color #EDD6FA: hue angle of 278.33º degrees, saturation: 0.78, 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 #EDD6FA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 214 250 -
CMYK 0.05 0.14 0 0.02
HSL 278.33º 0.78% 0.91% -
HSV(B) 278.33º 0.14% 0.98% -
XYZ 76.23 73 100.52 -
YUV 224.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 237 214 250 0.05 0.14 0 0.02 278.33 0.78 0.91
Hex ED D6 FA 5 E 0 2 116 4E 5B
Octal 355 326 372 5 16 0 2 426 116 133
Binary 11101101 11010110 11111010 101 1110 0 10 100010110 1001110 1011011

Color Harmonies of #EDD6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6FA

Black with #EDD6FA

Text Example


Text Example

White with #EDD6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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