#D0CFD0

Color #D0CFD0 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #D0CFD0

Tints of Thistle #D0CFD0

Color information

#D0CFD0 (or 0xD0CFD0) is unknown color: approx Thistle. HEX triplet: D0, CF and D0. RGB value is (208,207,208). Sum of RGB (Red+Green+Blue) = 208+207+208=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D0CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFD0 is #2F302F. Grayscale: #CFCFCF. Windows color (decimal): -3092528 or 13684688. OLE color: 13684688.

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

Color convert

RGB208207208-
CMYK00.0000.18
HSL300º1.05%81.37%-
HSV(B)300º0.48%81.57%-
XYZ59.7162.5968.61-
YUV207.41128.33128.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=33.39%
G=33.23%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820720800.0000.183001.0581.37
HexD0CFD00001212c151
Octal320317320000224541121
Binary1101000011001111110100000001001010010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFD0; }

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

 H1.HeaderClassName
 {
   color: #D0CFD0;
 }
 .AnyTagClassName
 {
   color: #D0CFD0;
 }
</style>
background-color css

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

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

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

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

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

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