Html Css Color HEX #DEC6EC Blue Chalk

📋 copy color: '#DEC6EC'

red 222 ◦ green 198 ◦ blue 236

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

Shades of Blue Chalk #DEC6EC

Tints of Blue Chalk #DEC6EC

RGB

 RED value IS 222 (87.11% from 255) = 33.84%

 GREEN value IS 198 (77.73% from 255) = 30.18%

 BLUE value IS 236 (92.58% from 255) = 35.98%

R = 33.84%
G = 30.18%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEC6EC (or 0xDEC6EC) is known color: Blue Chalk. HEX triplet: DE, C6 and EC. RGB value is (222,198,236). Sum of RGB (Red+Green+Blue) = 222+198+236=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC6EC is #213913. Grayscale: #D1D1D1. Windows color (decimal): -2177300 or 15517406. OLE color: 15517406.

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

Color convert

RGB 222 198 236 -
CMYK 0.06 0.16 0 0.07
HSL 277.89º 0.5% 0.85% -
HSV(B) 277.89º 0.16% 0.93% -
XYZ 65.46 61.97 87.87 -
YUV 209.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 222 198 236 0.06 0.16 0 0.07 277.89 0.5 0.85
Hex DE C6 EC 6 10 0 7 116 32 55
Octal 336 306 354 6 20 0 7 426 62 125
Binary 11011110 11000110 11101100 110 10000 0 111 100010110 110010 1010101

Color Harmonies of #DEC6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC6EC

Black with #DEC6EC

Text Example


Text Example

White with #DEC6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC6EC; }

 p { color: rgb(222,198,236); }

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

background-color css

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

 a { background-color: rgb(222,198,236); }

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

border-color css

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

 span { border-color: rgb(222,198,236); }

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