Html Css Color HEX #EDD6F6 Blue Chalk

📋 copy color: '#EDD6F6'

red 237 ◦ green 214 ◦ blue 246

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

Shades of Blue Chalk #EDD6F6

Tints of Blue Chalk #EDD6F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.29%

R = 34%
G = 30.7%
B = 35.29%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDD6F6 (or 0xEDD6F6) is known color: Blue Chalk. HEX triplet: ED, D6 and F6. RGB value is (237,214,246). Sum of RGB (Red+Green+Blue) = 237+214+246=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 214 (83.98% from 255 or 30.70% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDD6F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6F6 is #122909. Grayscale: #E0E0E0. Windows color (decimal): -1190154 or 16176877. OLE color: 16176877.

HSL color Cylindrical-coordinate representation of color #EDD6F6: hue angle of 283.12º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD6F6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 214 246 -
CMYK 0.04 0.13 0 0.04
HSL 283.13º 0.64% 0.9% -
HSV(B) 283.13º 0.13% 0.96% -
XYZ 75.61 72.75 97.25 -
YUV 224.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 237 214 246 0.04 0.13 0 0.04 283.13 0.64 0.9
Hex ED D6 F6 4 D 0 4 11B 40 5A
Octal 355 326 366 4 15 0 4 433 100 132
Binary 11101101 11010110 11110110 100 1101 0 100 100011011 1000000 1011010

Color Harmonies of #EDD6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6F6

Black with #EDD6F6

Text Example


Text Example

White with #EDD6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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