Html Css Color HEX #DEBDDD Thistle

📋 copy color: '#DEBDDD'

red 222 ◦ green 189 ◦ blue 221

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

Shades of Thistle #DEBDDD

Tints of Thistle #DEBDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.91%

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

R = 35.13%
G = 29.91%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DEBDDD (or 0xDEBDDD) is known color: Thistle. HEX triplet: DE, BD and DD. RGB value is (222,189,221). Sum of RGB (Red+Green+Blue) = 222+189+221=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDDD is #214222. Grayscale: #CACACA. Windows color (decimal): -2179619 or 14532062. OLE color: 14532062.

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

Color convert

RGB 222 189 221 -
CMYK 0 0.15 0.00 0.13
HSL 301.82º 0.33% 0.81% -
HSV(B) 301.82º 0.15% 0.87% -
XYZ 61.37 57.15 76.2 -
YUV 202.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 222 189 221 0 0.15 0.00 0.13 301.82 0.33 0.81
Hex DE BD DD 0 F 0 D 12E 21 51
Octal 336 275 335 0 17 0 15 456 41 121
Binary 11011110 10111101 11011101 0 1111 0 1101 100101110 100001 1010001

Color Harmonies of #DEBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDDD

Black with #DEBDDD

Text Example


Text Example

White with #DEBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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