Html Css Color HEX #DEC5ED Blue Chalk

📋 copy color: '#DEC5ED'

red 222 ◦ green 197 ◦ blue 237

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

Shades of Blue Chalk #DEC5ED

Tints of Blue Chalk #DEC5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.03%

 BLUE value IS 237 (92.97% from 255) = 36.13%

R = 33.84%
G = 30.03%
B = 36.13%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEC5ED (or 0xDEC5ED) is known color: Blue Chalk. HEX triplet: DE, C5 and ED. RGB value is (222,197,237). Sum of RGB (Red+Green+Blue) = 222+197+237=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC5ED is #213A12. Grayscale: #D0D0D0. Windows color (decimal): -2177555 or 15582686. OLE color: 15582686.

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

Color convert

RGB 222 197 237 -
CMYK 0.06 0.17 0 0.07
HSL 277.5º 0.53% 0.85% -
HSV(B) 277.5º 0.17% 0.93% -
XYZ 65.38 61.58 88.56 -
YUV 209.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 222 197 237 0.06 0.17 0 0.07 277.5 0.53 0.85
Hex DE C5 ED 6 11 0 7 116 35 55
Octal 336 305 355 6 21 0 7 426 65 125
Binary 11011110 11000101 11101101 110 10001 0 111 100010110 110101 1010101

Color Harmonies of #DEC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC5ED

Black with #DEC5ED

Text Example


Text Example

White with #DEC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC5ED; }

 p { color: rgb(222,197,237); }

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

background-color css

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

 a { background-color: rgb(222,197,237); }

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

border-color css

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

 span { border-color: rgb(222,197,237); }

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