Html Css Color HEX #DEC7DC Thistle

📋 copy color: '#DEC7DC'

red 222 ◦ green 199 ◦ blue 220

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

Shades of Thistle #DEC7DC

Tints of Thistle #DEC7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.05%

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

R = 34.63%
G = 31.05%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEC7DC (or 0xDEC7DC) is known color: Thistle. HEX triplet: DE, C7 and DC. RGB value is (222,199,220). Sum of RGB (Red+Green+Blue) = 222+199+220=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7DC is #213823. Grayscale: #D0D0D0. Windows color (decimal): -2177060 or 14469086. OLE color: 14469086.

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

Color convert

RGB 222 199 220 -
CMYK 0 0.10 0.01 0.13
HSL 305.22º 0.26% 0.83% -
HSV(B) 305.22º 0.1% 0.87% -
XYZ 63.47 61.54 76.24 -
YUV 208.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 222 199 220 0 0.10 0.01 0.13 305.22 0.26 0.83
Hex DE C7 DC 0 A 1 D 131 1A 53
Octal 336 307 334 0 12 1 15 461 32 123
Binary 11011110 11000111 11011100 0 1010 1 1101 100110001 11010 1010011

Color Harmonies of #DEC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC7DC

Black with #DEC7DC

Text Example


Text Example

White with #DEC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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