Html Css Color HEX #DEC4DC Thistle

📋 copy color: '#DEC4DC'

red 222 ◦ green 196 ◦ blue 220

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

Shades of Thistle #DEC4DC

Tints of Thistle #DEC4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.72%

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 34.8%
G = 30.72%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEC4DC (or 0xDEC4DC) is known color: Thistle. HEX triplet: DE, C4 and DC. RGB value is (222,196,220). Sum of RGB (Red+Green+Blue) = 222+196+220=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4DC is #213B23. Grayscale: #CECECE. Windows color (decimal): -2177828 or 14468318. OLE color: 14468318.

HSL color Cylindrical-coordinate representation of color #DEC4DC: hue angle of 304.62º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC4DC is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 196 220 -
CMYK 0 0.12 0.01 0.13
HSL 304.62º 0.28% 0.82% -
HSV(B) 304.62º 0.12% 0.87% -
XYZ 62.78 60.18 76.02 -
YUV 206.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 222 196 220 0 0.12 0.01 0.13 304.62 0.28 0.82
Hex DE C4 DC 0 C 1 D 131 1C 52
Octal 336 304 334 0 14 1 15 461 34 122
Binary 11011110 11000100 11011100 0 1100 1 1101 100110001 11100 1010010

Color Harmonies of #DEC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC4DC

Black with #DEC4DC

Text Example


Text Example

White with #DEC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC4DC; }

 p { color: rgb(222,196,220); }

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

background-color css

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

 a { background-color: rgb(222,196,220); }

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

border-color css

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

 span { border-color: rgb(222,196,220); }

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