Html Css Color HEX #DDCADB Thistle

📋 copy color: '#DDCADB'

red 221 ◦ green 202 ◦ blue 219

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

Shades of Thistle #DDCADB

Tints of Thistle #DDCADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.11%

R = 34.42%
G = 31.46%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDCADB (or 0xDDCADB) is known color: Thistle. HEX triplet: DD, CA and DB. RGB value is (221,202,219). Sum of RGB (Red+Green+Blue) = 221+202+219=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCADB is #223524. Grayscale: #D1D1D1. Windows color (decimal): -2241829 or 14404317. OLE color: 14404317.

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

Color convert

RGB 221 202 219 -
CMYK 0 0.09 0.01 0.13
HSL 306.32º 0.22% 0.83% -
HSV(B) 306.32º 0.09% 0.87% -
XYZ 63.73 62.73 75.77 -
YUV 209.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 221 202 219 0 0.09 0.01 0.13 306.32 0.22 0.83
Hex DD CA DB 0 9 1 D 132 16 53
Octal 335 312 333 0 11 1 15 462 26 123
Binary 11011101 11001010 11011011 0 1001 1 1101 100110010 10110 1010011

Color Harmonies of #DDCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCADB

Black with #DDCADB

Text Example


Text Example

White with #DDCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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