Html Css Color HEX #EDD6FF Blue Chalk

📋 copy color: '#EDD6FF'

red 237 ◦ green 214 ◦ blue 255

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

Shades of Blue Chalk #EDD6FF

Tints of Blue Chalk #EDD6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.12%

R = 33.57%
G = 30.31%
B = 36.12%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDD6FF (or 0xEDD6FF) is known color: Blue Chalk. HEX triplet: ED, D6 and FF. RGB value is (237,214,255). Sum of RGB (Red+Green+Blue) = 237+214+255=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 214 (83.98% from 255 or 30.31% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDD6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6FF is #122900. Grayscale: #E1E1E1. Windows color (decimal): -1190145 or 16766701. OLE color: 16766701.

HSL color Cylindrical-coordinate representation of color #EDD6FF: hue angle of 273.66º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDD6FF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 214 255 -
CMYK 0.07 0.16 0 0
HSL 273.66º 1% 0.92% -
HSV(B) 273.66º 0.16% 1% -
XYZ 77.02 73.32 104.7 -
YUV 225.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 237 214 255 0.07 0.16 0 0 273.66 1 0.92
Hex ED D6 FF 7 10 0 0 112 64 5C
Octal 355 326 377 7 20 0 0 422 144 134
Binary 11101101 11010110 11111111 111 10000 0 0 100010010 1100100 1011100

Color Harmonies of #EDD6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6FF

Black with #EDD6FF

Text Example


Text Example

White with #EDD6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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