Html Css Color HEX #D9CCDB Thistle

📋 copy color: '#D9CCDB'

red 217 ◦ green 204 ◦ blue 219

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

Shades of Thistle #D9CCDB

Tints of Thistle #D9CCDB

RGB

 RED value IS 217 (85.16% from 255) = 33.91%

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

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

R = 33.91%
G = 31.88%
B = 34.22%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9CCDB (or 0xD9CCDB) is known color: Thistle. HEX triplet: D9, CC and DB. RGB value is (217,204,219). Sum of RGB (Red+Green+Blue) = 217+204+219=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCDB is #263324. Grayscale: #D1D1D1. Windows color (decimal): -2503461 or 14404825. OLE color: 14404825.

HSL color Cylindrical-coordinate representation of color #D9CCDB: hue angle of 292º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CCDB is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 204 219 -
CMYK 0.01 0.07 0 0.14
HSL 292º 0.17% 0.83% -
HSV(B) 292º 0.07% 0.86% -
XYZ 62.99 63.05 75.87 -
YUV 209.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 217 204 219 0.01 0.07 0 0.14 292 0.17 0.83
Hex D9 CC DB 1 7 0 E 124 11 53
Octal 331 314 333 1 7 0 16 444 21 123
Binary 11011001 11001100 11011011 1 111 0 1110 100100100 10001 1010011

Color Harmonies of #D9CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCDB

Black with #D9CCDB

Text Example


Text Example

White with #D9CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCDB; }

 p { color: rgb(217,204,219); }

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

background-color css

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

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

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

border-color css

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

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

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