#DDC8E0

Color #DDC8E0 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #DDC8E0

Tints of Thistle #DDC8E0

Color information

#DDC8E0 (or 0xDDC8E0) is unknown color: approx Thistle. HEX triplet: DD, C8 and E0. RGB value is (221,200,224). Sum of RGB (Red+Green+Blue) = 221+200+224=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDC8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8E0 is #22371F. Grayscale: #D0D0D0. Windows color (decimal): -2242336 or 14731485. OLE color: 14731485.

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

Color convert

RGB221200224-
CMYK0.010.1100.12
HSL292.5º27.91%83.14%-
HSV(B)292.5º10.71%87.84%-
XYZ63.9362.0679.13-
YUV209.02136.46136.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.26%
GREEN value IS 200 (78.52% from 255) = 31.01%
BLUE value IS 224 (87.89% from 255) = 34.73%
R=34.26%
G=31.01%
B=34.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212002240.010.1100.12292.527.9183.14
HexDDC8E01B0C1241c53
Octal33531034011301444434123
Binary1101110111001000111000001101101100100100100111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8E0; }

 p { color: rgb(221,200,224); }

 H1.HeaderClassName
 {
   color: #DDC8E0;
 }
 .AnyTagClassName
 {
   color: #DDC8E0;
 }
</style>
background-color css

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

 a { background-color: rgb(221,200,224); }

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

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

 span { border-color: rgb(221,200,224); }

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