Html Css Color HEX #DEC2DC Thistle

📋 copy color: '#DEC2DC'

red 222 ◦ green 194 ◦ blue 220

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

Shades of Thistle #DEC2DC

Tints of Thistle #DEC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.5%

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

R = 34.91%
G = 30.5%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEC2DC (or 0xDEC2DC) is known color: Thistle. HEX triplet: DE, C2 and DC. RGB value is (222,194,220). Sum of RGB (Red+Green+Blue) = 222+194+220=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2DC is #213D23. Grayscale: #CDCDCD. Windows color (decimal): -2178340 or 14467806. OLE color: 14467806.

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

Color convert

RGB 222 194 220 -
CMYK 0 0.13 0.01 0.13
HSL 304.29º 0.3% 0.82% -
HSV(B) 304.29º 0.13% 0.87% -
XYZ 62.33 59.28 75.87 -
YUV 205.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 222 194 220 0 0.13 0.01 0.13 304.29 0.3 0.82
Hex DE C2 DC 0 D 1 D 130 1E 52
Octal 336 302 334 0 15 1 15 460 36 122
Binary 11011110 11000010 11011100 0 1101 1 1101 100110000 11110 1010010

Color Harmonies of #DEC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC2DC

Black with #DEC2DC

Text Example


Text Example

White with #DEC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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