Html Css Color HEX #EDD6FE Blue Chalk

📋 copy color: '#EDD6FE'

red 237 ◦ green 214 ◦ blue 254

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

Shades of Blue Chalk #EDD6FE

Tints of Blue Chalk #EDD6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.03%

R = 33.62%
G = 30.35%
B = 36.03%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDD6FE (or 0xEDD6FE) is known color: Blue Chalk. HEX triplet: ED, D6 and FE. RGB value is (237,214,254). Sum of RGB (Red+Green+Blue) = 237+214+254=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 214 (83.98% from 255 or 30.35% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6FE is #122901. Grayscale: #E1E1E1. Windows color (decimal): -1190146 or 16701165. OLE color: 16701165.

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

Color convert

RGB 237 214 254 -
CMYK 0.07 0.16 0 0.00
HSL 274.5º 0.95% 0.92% -
HSV(B) 274.5º 0.16% 1% -
XYZ 76.86 73.25 103.85 -
YUV 225.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 237 214 254 0.07 0.16 0 0.00 274.5 0.95 0.92
Hex ED D6 FE 7 10 0 0 112 5F 5C
Octal 355 326 376 7 20 0 0 422 137 134
Binary 11101101 11010110 11111110 111 10000 0 0 100010010 1011111 1011100

Color Harmonies of #EDD6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6FE

Black with #EDD6FE

Text Example


Text Example

White with #EDD6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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