Html Css Color HEX #DEBDE2 Thistle

📋 copy color: '#DEBDE2'

red 222 ◦ green 189 ◦ blue 226

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

Shades of Thistle #DEBDE2

Tints of Thistle #DEBDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.48%

R = 34.85%
G = 29.67%
B = 35.48%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DEBDE2 (or 0xDEBDE2) is known color: Thistle. HEX triplet: DE, BD and E2. RGB value is (222,189,226). Sum of RGB (Red+Green+Blue) = 222+189+226=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDE2 is #21421D. Grayscale: #CACACA. Windows color (decimal): -2179614 or 14859742. OLE color: 14859742.

HSL color Cylindrical-coordinate representation of color #DEBDE2: hue angle of 293.51º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBDE2 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 189 226 -
CMYK 0.02 0.16 0 0.11
HSL 293.51º 0.39% 0.81% -
HSV(B) 293.51º 0.16% 0.89% -
XYZ 62.05 57.42 79.76 -
YUV 203.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 222 189 226 0.02 0.16 0 0.11 293.51 0.39 0.81
Hex DE BD E2 2 10 0 B 126 27 51
Octal 336 275 342 2 20 0 13 446 47 121
Binary 11011110 10111101 11100010 10 10000 0 1011 100100110 100111 1010001

Color Harmonies of #DEBDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDE2

Black with #DEBDE2

Text Example


Text Example

White with #DEBDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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