Html Css Color HEX #DEC5E0 Thistle

📋 copy color: '#DEC5E0'

red 222 ◦ green 197 ◦ blue 224

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

Shades of Thistle #DEC5E0

Tints of Thistle #DEC5E0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.64%

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

R = 34.53%
G = 30.64%
B = 34.84%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEC5E0 (or 0xDEC5E0) is known color: Thistle. HEX triplet: DE, C5 and E0. RGB value is (222,197,224). Sum of RGB (Red+Green+Blue) = 222+197+224=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEC5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5E0 is #213A1F. Grayscale: #CFCFCF. Windows color (decimal): -2177568 or 14730718. OLE color: 14730718.

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

Color convert

RGB 222 197 224 -
CMYK 0.01 0.12 0 0.12
HSL 295.56º 0.3% 0.83% -
HSV(B) 295.56º 0.12% 0.88% -
XYZ 63.55 60.84 78.92 -
YUV 207.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 222 197 224 0.01 0.12 0 0.12 295.56 0.3 0.83
Hex DE C5 E0 1 C 0 C 128 1E 53
Octal 336 305 340 1 14 0 14 450 36 123
Binary 11011110 11000101 11100000 1 1100 0 1100 100101000 11110 1010011

Color Harmonies of #DEC5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC5E0

Black with #DEC5E0

Text Example


Text Example

White with #DEC5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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