Html Css Color HEX #DDCCDC Thistle

📋 copy color: '#DDCCDC'

red 221 ◦ green 204 ◦ blue 220

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

Shades of Thistle #DDCCDC

Tints of Thistle #DDCCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.63%

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

R = 34.26%
G = 31.63%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDCCDC (or 0xDDCCDC) is known color: Thistle. HEX triplet: DD, CC and DC. RGB value is (221,204,220). Sum of RGB (Red+Green+Blue) = 221+204+220=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCDC is #223323. Grayscale: #D2D2D2. Windows color (decimal): -2241316 or 14470365. OLE color: 14470365.

HSL color Cylindrical-coordinate representation of color #DDCCDC: hue angle of 303.53º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCCDC is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 220 -
CMYK 0 0.08 0.00 0.13
HSL 303.53º 0.2% 0.83% -
HSV(B) 303.53º 0.08% 0.87% -
XYZ 64.33 63.73 76.62 -
YUV 210.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 221 204 220 0 0.08 0.00 0.13 303.53 0.2 0.83
Hex DD CC DC 0 8 0 D 130 14 53
Octal 335 314 334 0 10 0 15 460 24 123
Binary 11011101 11001100 11011100 0 1000 0 1101 100110000 10100 1010011

Color Harmonies of #DDCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCDC

Black with #DDCCDC

Text Example


Text Example

White with #DDCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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