Html Css Color HEX #DDCADD Thistle

📋 copy color: '#DDCADD'

red 221 ◦ green 202 ◦ blue 221

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

Shades of Thistle #DDCADD

Tints of Thistle #DDCADD

RGB

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

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

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

R = 34.32%
G = 31.37%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDCADD (or 0xDDCADD) is known color: Thistle. HEX triplet: DD, CA and DD. RGB value is (221,202,221). Sum of RGB (Red+Green+Blue) = 221+202+221=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCADD is #223522. Grayscale: #D1D1D1. Windows color (decimal): -2241827 or 14535389. OLE color: 14535389.

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

Color convert

RGB 221 202 221 -
CMYK 0 0.09 0 0.13
HSL 300º 0.22% 0.83% -
HSV(B) 300º 0.09% 0.87% -
XYZ 63.99 62.83 77.16 -
YUV 209.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 221 202 221 0 0.09 0 0.13 300 0.22 0.83
Hex DD CA DD 0 9 0 D 12C 16 53
Octal 335 312 335 0 11 0 15 454 26 123
Binary 11011101 11001010 11011101 0 1001 0 1101 100101100 10110 1010011

Color Harmonies of #DDCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCADD

Black with #DDCADD

Text Example


Text Example

White with #DDCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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