Html Css Color HEX #DEC6E5 Blue Chalk

📋 copy color: '#DEC6E5'

red 222 ◦ green 198 ◦ blue 229

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

Shades of Blue Chalk #DEC6E5

Tints of Blue Chalk #DEC6E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 34.21%
G = 30.51%
B = 35.29%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DEC6E5 (or 0xDEC6E5) is known color: Blue Chalk. HEX triplet: DE, C6 and E5. RGB value is (222,198,229). Sum of RGB (Red+Green+Blue) = 222+198+229=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEC6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6E5 is #21391A. Grayscale: #D0D0D0. Windows color (decimal): -2177307 or 15058654. OLE color: 15058654.

HSL color Cylindrical-coordinate representation of color #DEC6E5: hue angle of 286.45º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC6E5 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 198 229 -
CMYK 0.03 0.14 0 0.10
HSL 286.45º 0.37% 0.84% -
HSV(B) 286.45º 0.14% 0.9% -
XYZ 64.46 61.57 82.62 -
YUV 208.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 222 198 229 0.03 0.14 0 0.10 286.45 0.37 0.84
Hex DE C6 E5 3 E 0 A 11E 25 54
Octal 336 306 345 3 16 0 12 436 45 124
Binary 11011110 11000110 11100101 11 1110 0 1010 100011110 100101 1010100

Color Harmonies of #DEC6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC6E5

Black with #DEC6E5

Text Example


Text Example

White with #DEC6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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