Html Css Color HEX #DEC0DD Thistle

📋 copy color: '#DEC0DD'

red 222 ◦ green 192 ◦ blue 221

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

Shades of Thistle #DEC0DD

Tints of Thistle #DEC0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.24%

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 34.96%
G = 30.24%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DEC0DD (or 0xDEC0DD) is known color: Thistle. HEX triplet: DE, C0 and DD. RGB value is (222,192,221). Sum of RGB (Red+Green+Blue) = 222+192+221=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0DD is #213F22. Grayscale: #CCCCCC. Windows color (decimal): -2178851 or 14532830. OLE color: 14532830.

HSL color Cylindrical-coordinate representation of color #DEC0DD: hue angle of 302º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0DD is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 221 -
CMYK 0 0.14 0.00 0.13
HSL 302º 0.31% 0.81% -
HSV(B) 302º 0.14% 0.87% -
XYZ 62.02 58.45 76.42 -
YUV 204.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 222 192 221 0 0.14 0.00 0.13 302 0.31 0.81
Hex DE C0 DD 0 E 0 D 12E 1F 51
Octal 336 300 335 0 16 0 15 456 37 121
Binary 11011110 11000000 11011101 0 1110 0 1101 100101110 11111 1010001

Color Harmonies of #DEC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC0DD

Black with #DEC0DD

Text Example


Text Example

White with #DEC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC0DD; }

 p { color: rgb(222,192,221); }

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

background-color css

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

 a { background-color: rgb(222,192,221); }

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

border-color css

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

 span { border-color: rgb(222,192,221); }

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