Html Css Color HEX #DEC0E1 Thistle

📋 copy color: '#DEC0E1'

red 222 ◦ green 192 ◦ blue 225

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

Shades of Thistle #DEC0E1

Tints of Thistle #DEC0E1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.05%

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

R = 34.74%
G = 30.05%
B = 35.21%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEC0E1 (or 0xDEC0E1) is known color: Thistle. HEX triplet: DE, C0 and E1. RGB value is (222,192,225). Sum of RGB (Red+Green+Blue) = 222+192+225=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEC0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0E1 is #213F1E. Grayscale: #CCCCCC. Windows color (decimal): -2178847 or 14794974. OLE color: 14794974.

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

Color convert

RGB 222 192 225 -
CMYK 0.01 0.15 0 0.12
HSL 294.55º 0.35% 0.82% -
HSV(B) 294.55º 0.15% 0.88% -
XYZ 62.56 58.67 79.26 -
YUV 204.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 222 192 225 0.01 0.15 0 0.12 294.55 0.35 0.82
Hex DE C0 E1 1 F 0 C 127 23 52
Octal 336 300 341 1 17 0 14 447 43 122
Binary 11011110 11000000 11100001 1 1111 0 1100 100100111 100011 1010010

Color Harmonies of #DEC0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC0E1

Black with #DEC0E1

Text Example


Text Example

White with #DEC0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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