Html Css Color HEX #DECADB Thistle

📋 copy color: '#DECADB'

red 222 ◦ green 202 ◦ blue 219

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

Shades of Thistle #DECADB

Tints of Thistle #DECADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.42%

 BLUE value IS 219 (85.94% from 255) = 34.06%

R = 34.53%
G = 31.42%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DECADB (or 0xDECADB) is known color: Thistle. HEX triplet: DE, CA and DB. RGB value is (222,202,219). Sum of RGB (Red+Green+Blue) = 222+202+219=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 222 - color contains mainly: red. Hex color #DECADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECADB is #213524. Grayscale: #D1D1D1. Windows color (decimal): -2176293 or 14404318. OLE color: 14404318.

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

Color convert

RGB 222 202 219 -
CMYK 0 0.09 0.01 0.13
HSL 309º 0.23% 0.83% -
HSV(B) 309º 0.09% 0.87% -
XYZ 64.03 62.89 75.78 -
YUV 209.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 222 202 219 0 0.09 0.01 0.13 309 0.23 0.83
Hex DE CA DB 0 9 1 D 135 17 53
Octal 336 312 333 0 11 1 15 465 27 123
Binary 11011110 11001010 11011011 0 1001 1 1101 100110101 10111 1010011

Color Harmonies of #DECADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECADB

Black with #DECADB

Text Example


Text Example

White with #DECADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECADB; }

 p { color: rgb(222,202,219); }

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

background-color css

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

 a { background-color: rgb(222,202,219); }

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

border-color css

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

 span { border-color: rgb(222,202,219); }

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