Html Css Color HEX #DECCDB Thistle

📋 copy color: '#DECCDB'

red 222 ◦ green 204 ◦ blue 219

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

Shades of Thistle #DECCDB

Tints of Thistle #DECCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.63%

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

R = 34.42%
G = 31.63%
B = 33.95%

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

#DECCDB (or 0xDECCDB) is known color: Thistle. HEX triplet: DE, CC and DB. RGB value is (222,204,219). Sum of RGB (Red+Green+Blue) = 222+204+219=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCDB is #213324. Grayscale: #D3D3D3. Windows color (decimal): -2175781 or 14404830. OLE color: 14404830.

HSL color Cylindrical-coordinate representation of color #DECCDB: hue angle of 310º degrees, saturation: 0.21, 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 #DECCDB is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 204 219 -
CMYK 0 0.08 0.01 0.13
HSL 310º 0.21% 0.84% -
HSV(B) 310º 0.08% 0.87% -
XYZ 64.5 63.83 75.94 -
YUV 211.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 222 204 219 0 0.08 0.01 0.13 310 0.21 0.84
Hex DE CC DB 0 8 1 D 136 15 54
Octal 336 314 333 0 10 1 15 466 25 124
Binary 11011110 11001100 11011011 0 1000 1 1101 100110110 10101 1010100

Color Harmonies of #DECCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECCDB

Black with #DECCDB

Text Example


Text Example

White with #DECCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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