Html Css Color HEX #DDCCDD Thistle

📋 copy color: '#DDCCDD'

red 221 ◦ green 204 ◦ blue 221

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

Shades of Thistle #DDCCDD

Tints of Thistle #DDCCDD

RGB

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

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

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

R = 34.21%
G = 31.58%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDCCDD (or 0xDDCCDD) is known color: Thistle. HEX triplet: DD, CC and DD. RGB value is (221,204,221). Sum of RGB (Red+Green+Blue) = 221+204+221=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCDD is #223322. Grayscale: #D2D2D2. Windows color (decimal): -2241315 or 14535901. OLE color: 14535901.

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

Color convert

RGB 221 204 221 -
CMYK 0 0.08 0 0.13
HSL 300º 0.2% 0.83% -
HSV(B) 300º 0.08% 0.87% -
XYZ 64.46 63.78 77.32 -
YUV 211.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 221 204 221 0 0.08 0 0.13 300 0.2 0.83
Hex DD CC DD 0 8 0 D 12C 14 53
Octal 335 314 335 0 10 0 15 454 24 123
Binary 11011101 11001100 11011101 0 1000 0 1101 100101100 10100 1010011

Color Harmonies of #DDCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCDD

Black with #DDCCDD

Text Example


Text Example

White with #DDCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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