Html Css Color HEX #DEBDDE Thistle

📋 copy color: '#DEBDDE'

red 222 ◦ green 189 ◦ blue 222

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

Shades of Thistle #DEBDDE

Tints of Thistle #DEBDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 35.07%
G = 29.86%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DEBDDE (or 0xDEBDDE) is known color: Thistle. HEX triplet: DE, BD and DE. RGB value is (222,189,222). Sum of RGB (Red+Green+Blue) = 222+189+222=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEBDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDDE is #214221. Grayscale: #CACACA. Windows color (decimal): -2179618 or 14597598. OLE color: 14597598.

HSL color Cylindrical-coordinate representation of color #DEBDDE: hue angle of 300º 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 #DEBDDE is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 189 222 -
CMYK 0 0.15 0 0.13
HSL 300º 0.33% 0.81% -
HSV(B) 300º 0.15% 0.87% -
XYZ 61.51 57.2 76.91 -
YUV 202.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 222 189 222 0 0.15 0 0.13 300 0.33 0.81
Hex DE BD DE 0 F 0 D 12C 21 51
Octal 336 275 336 0 17 0 15 454 41 121
Binary 11011110 10111101 11011110 0 1111 0 1101 100101100 100001 1010001

Color Harmonies of #DEBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDDE

Black with #DEBDDE

Text Example


Text Example

White with #DEBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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