Html Css Color HEX #D0C9CF Thistle

📋 copy color: '#D0C9CF'

red 208 ◦ green 201 ◦ blue 207

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

Shades of Thistle #D0C9CF

Tints of Thistle #D0C9CF

RGB

 RED value IS 208 (81.64% from 255) = 33.77%

 GREEN value IS 201 (78.91% from 255) = 32.63%

 BLUE value IS 207 (81.25% from 255) = 33.6%

R = 33.77%
G = 32.63%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D0C9CF (or 0xD0C9CF) is known color: Thistle. HEX triplet: D0, C9 and CF. RGB value is (208,201,207). Sum of RGB (Red+Green+Blue) = 208+201+207=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9CF is #2F3630. Grayscale: #CBCBCB. Windows color (decimal): -3094065 or 13617616. OLE color: 13617616.

HSL color Cylindrical-coordinate representation of color #D0C9CF: hue angle of 308.57º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0C9CF is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 207 -
CMYK 0 0.03 0.00 0.18
HSL 308.57º 0.07% 0.8% -
HSV(B) 308.57º 0.03% 0.82% -
XYZ 58.16 59.69 67.49 -
YUV 203.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 208 201 207 0 0.03 0.00 0.18 308.57 0.07 0.8
Hex D0 C9 CF 0 3 0 12 135 7 50
Octal 320 311 317 0 3 0 22 465 7 120
Binary 11010000 11001001 11001111 0 11 0 10010 100110101 111 1010000

Color Harmonies of #D0C9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C9CF

Black with #D0C9CF

Text Example


Text Example

White with #D0C9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C9CF; }

 p { color: rgb(208,201,207); }

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

background-color css

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

 a { background-color: rgb(208,201,207); }

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

border-color css

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

 span { border-color: rgb(208,201,207); }

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