Html Css Color HEX #D0C8CF Thistle

📋 copy color: '#D0C8CF'

red 208 ◦ green 200 ◦ blue 207

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

Shades of Thistle #D0C8CF

Tints of Thistle #D0C8CF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.52%

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

R = 33.82%
G = 32.52%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D0C8CF (or 0xD0C8CF) is known color: Thistle. HEX triplet: D0, C8 and CF. RGB value is (208,200,207). Sum of RGB (Red+Green+Blue) = 208+200+207=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8CF is #2F3730. Grayscale: #CBCBCB. Windows color (decimal): -3094321 or 13617360. OLE color: 13617360.

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

Color convert

RGB 208 200 207 -
CMYK 0 0.04 0.00 0.18
HSL 307.5º 0.08% 0.8% -
HSV(B) 307.5º 0.04% 0.82% -
XYZ 57.93 59.22 67.41 -
YUV 203.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 208 200 207 0 0.04 0.00 0.18 307.5 0.08 0.8
Hex D0 C8 CF 0 4 0 12 134 8 50
Octal 320 310 317 0 4 0 22 464 10 120
Binary 11010000 11001000 11001111 0 100 0 10010 100110100 1000 1010000

Color Harmonies of #D0C8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C8CF

Black with #D0C8CF

Text Example


Text Example

White with #D0C8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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