Html Css Color HEX #DDCFDB Thistle

📋 copy color: '#DDCFDB'

red 221 ◦ green 207 ◦ blue 219

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

Shades of Thistle #DDCFDB

Tints of Thistle #DDCFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.99%

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

R = 34.16%
G = 31.99%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDCFDB (or 0xDDCFDB) is known color: Thistle. HEX triplet: DD, CF and DB. RGB value is (221,207,219). Sum of RGB (Red+Green+Blue) = 221+207+219=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFDB is #223024. Grayscale: #D4D4D4. Windows color (decimal): -2240549 or 14405597. OLE color: 14405597.

HSL color Cylindrical-coordinate representation of color #DDCFDB: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDCFDB is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 219 -
CMYK 0 0.06 0.01 0.13
HSL 308.57º 0.17% 0.84% -
HSV(B) 308.57º 0.06% 0.87% -
XYZ 64.92 65.11 76.16 -
YUV 212.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 221 207 219 0 0.06 0.01 0.13 308.57 0.17 0.84
Hex DD CF DB 0 6 1 D 135 11 54
Octal 335 317 333 0 6 1 15 465 21 124
Binary 11011101 11001111 11011011 0 110 1 1101 100110101 10001 1010100

Color Harmonies of #DDCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCFDB

Black with #DDCFDB

Text Example


Text Example

White with #DDCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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