Html Css Color HEX #DDCDDC Thistle

📋 copy color: '#DDCDDC'

red 221 ◦ green 205 ◦ blue 220

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

Shades of Thistle #DDCDDC

Tints of Thistle #DDCDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.06%

R = 34.21%
G = 31.73%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDCDDC (or 0xDDCDDC) is known color: Thistle. HEX triplet: DD, CD and DC. RGB value is (221,205,220). Sum of RGB (Red+Green+Blue) = 221+205+220=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDDC is #223223. Grayscale: #D3D3D3. Windows color (decimal): -2241060 or 14470621. OLE color: 14470621.

HSL color Cylindrical-coordinate representation of color #DDCDDC: hue angle of 303.75º 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 #DDCDDC is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 220 -
CMYK 0 0.07 0.00 0.13
HSL 303.75º 0.19% 0.84% -
HSV(B) 303.75º 0.07% 0.87% -
XYZ 64.57 64.2 76.7 -
YUV 211.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 221 205 220 0 0.07 0.00 0.13 303.75 0.19 0.84
Hex DD CD DC 0 7 0 D 130 13 54
Octal 335 315 334 0 7 0 15 460 23 124
Binary 11011101 11001101 11011100 0 111 0 1101 100110000 10011 1010100

Color Harmonies of #DDCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCDDC

Black with #DDCDDC

Text Example


Text Example

White with #DDCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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