Html Css Color HEX #DDCDDD Thistle

📋 copy color: '#DDCDDD'

red 221 ◦ green 205 ◦ blue 221

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

Shades of Thistle #DDCDDD

Tints of Thistle #DDCDDD

RGB

 RED value IS 221 (86.72% from 255) = 34.16%

 GREEN value IS 205 (80.47% from 255) = 31.68%

 BLUE value IS 221 (86.72% from 255) = 34.16%

R = 34.16%
G = 31.68%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDCDDD (or 0xDDCDDD) is known color: Thistle. HEX triplet: DD, CD and DD. RGB value is (221,205,221). Sum of RGB (Red+Green+Blue) = 221+205+221=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDDD is #223222. Grayscale: #D3D3D3. Windows color (decimal): -2241059 or 14536157. OLE color: 14536157.

HSL color Cylindrical-coordinate representation of color #DDCDDD: hue angle of 300º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCDDD is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 221 -
CMYK 0 0.07 0 0.13
HSL 300º 0.19% 0.84% -
HSV(B) 300º 0.07% 0.87% -
XYZ 64.7 64.26 77.4 -
YUV 211.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 221 205 221 0 0.07 0 0.13 300 0.19 0.84
Hex DD CD DD 0 7 0 D 12C 13 54
Octal 335 315 335 0 7 0 15 454 23 124
Binary 11011101 11001101 11011101 0 111 0 1101 100101100 10011 1010100

Color Harmonies of #DDCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCDDD

Black with #DDCDDD

Text Example


Text Example

White with #DDCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCDDD; }

 p { color: rgb(221,205,221); }

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

background-color css

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

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

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

border-color css

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

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

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