Html Css Color HEX #DEC0E0 Thistle

📋 copy color: '#DEC0E0'

red 222 ◦ green 192 ◦ blue 224

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

Shades of Thistle #DEC0E0

Tints of Thistle #DEC0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.11%

R = 34.8%
G = 30.09%
B = 35.11%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEC0E0 (or 0xDEC0E0) is known color: Thistle. HEX triplet: DE, C0 and E0. RGB value is (222,192,224). Sum of RGB (Red+Green+Blue) = 222+192+224=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEC0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0E0 is #213F1F. Grayscale: #CCCCCC. Windows color (decimal): -2178848 or 14729438. OLE color: 14729438.

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

Color convert

RGB 222 192 224 -
CMYK 0.01 0.14 0 0.12
HSL 296.25º 0.34% 0.82% -
HSV(B) 296.25º 0.14% 0.88% -
XYZ 62.43 58.61 78.54 -
YUV 204.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 222 192 224 0.01 0.14 0 0.12 296.25 0.34 0.82
Hex DE C0 E0 1 E 0 C 128 22 52
Octal 336 300 340 1 16 0 14 450 42 122
Binary 11011110 11000000 11100000 1 1110 0 1100 100101000 100010 1010010

Color Harmonies of #DEC0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC0E0

Black with #DEC0E0

Text Example


Text Example

White with #DEC0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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