Html Css Color HEX #DECDDC Thistle

📋 copy color: '#DECDDC'

red 222 ◦ green 205 ◦ blue 220

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

Shades of Thistle #DECDDC

Tints of Thistle #DECDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.68%

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

R = 34.31%
G = 31.68%
B = 34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DECDDC (or 0xDECDDC) is known color: Thistle. HEX triplet: DE, CD and DC. RGB value is (222,205,220). Sum of RGB (Red+Green+Blue) = 222+205+220=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDDC is #213223. Grayscale: #D3D3D3. Windows color (decimal): -2175524 or 14470622. OLE color: 14470622.

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

Color convert

RGB 222 205 220 -
CMYK 0 0.08 0.01 0.13
HSL 307.06º 0.2% 0.84% -
HSV(B) 307.06º 0.08% 0.87% -
XYZ 64.87 64.36 76.71 -
YUV 211.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 222 205 220 0 0.08 0.01 0.13 307.06 0.2 0.84
Hex DE CD DC 0 8 1 D 133 14 54
Octal 336 315 334 0 10 1 15 463 24 124
Binary 11011110 11001101 11011100 0 1000 1 1101 100110011 10100 1010100

Color Harmonies of #DECDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECDDC

Black with #DECDDC

Text Example


Text Example

White with #DECDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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