Html Css Color HEX #DEBCE1 Thistle

📋 copy color: '#DEBCE1'

red 222 ◦ green 188 ◦ blue 225

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

Shades of Thistle #DEBCE1

Tints of Thistle #DEBCE1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.61%

 BLUE value IS 225 (88.28% from 255) = 35.43%

R = 34.96%
G = 29.61%
B = 35.43%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEBCE1 (or 0xDEBCE1) is known color: Thistle. HEX triplet: DE, BC and E1. RGB value is (222,188,225). Sum of RGB (Red+Green+Blue) = 222+188+225=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCE1 is #21431E. Grayscale: #CACACA. Windows color (decimal): -2179871 or 14793950. OLE color: 14793950.

HSL color Cylindrical-coordinate representation of color #DEBCE1: hue angle of 295.14º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBCE1 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 188 225 -
CMYK 0.01 0.16 0 0.12
HSL 295.14º 0.38% 0.81% -
HSV(B) 295.14º 0.16% 0.88% -
XYZ 61.7 56.93 78.97 -
YUV 202.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 222 188 225 0.01 0.16 0 0.12 295.14 0.38 0.81
Hex DE BC E1 1 10 0 C 127 26 51
Octal 336 274 341 1 20 0 14 447 46 121
Binary 11011110 10111100 11100001 1 10000 0 1100 100100111 100110 1010001

Color Harmonies of #DEBCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCE1

Black with #DEBCE1

Text Example


Text Example

White with #DEBCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCE1; }

 p { color: rgb(222,188,225); }

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

background-color css

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

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

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

border-color css

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

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

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