Html Css Color HEX #DDCADC Thistle

📋 copy color: '#DDCADC'

red 221 ◦ green 202 ◦ blue 220

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

Shades of Thistle #DDCADC

Tints of Thistle #DDCADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.42%

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

R = 34.37%
G = 31.42%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDCADC (or 0xDDCADC) is known color: Thistle. HEX triplet: DD, CA and DC. RGB value is (221,202,220). Sum of RGB (Red+Green+Blue) = 221+202+220=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCADC is #223523. Grayscale: #D1D1D1. Windows color (decimal): -2241828 or 14469853. OLE color: 14469853.

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

Color convert

RGB 221 202 220 -
CMYK 0 0.09 0.00 0.13
HSL 303.16º 0.22% 0.83% -
HSV(B) 303.16º 0.09% 0.87% -
XYZ 63.86 62.78 76.46 -
YUV 209.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 221 202 220 0 0.09 0.00 0.13 303.16 0.22 0.83
Hex DD CA DC 0 9 0 D 12F 16 53
Octal 335 312 334 0 11 0 15 457 26 123
Binary 11011101 11001010 11011100 0 1001 0 1101 100101111 10110 1010011

Color Harmonies of #DDCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCADC

Black with #DDCADC

Text Example


Text Example

White with #DDCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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