#D0CBCF

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

Shades of Thistle #D0CBCF

Tints of Thistle #D0CBCF

Color information

#D0CBCF (or 0xD0CBCF) is unknown color: approx Thistle. HEX triplet: D0, CB and CF. RGB value is (208,203,207). Sum of RGB (Red+Green+Blue) = 208+203+207=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBCF is #2F3430. Grayscale: #CCCCCC. Windows color (decimal): -3093553 or 13618128. OLE color: 13618128.

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

Color convert

RGB208203207-
CMYK00.020.000.18
HSL312º5.05%80.59%-
HSV(B)312º2.4%81.57%-
XYZ58.6360.6367.64-
YUV204.95129.16130.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=33.66%
G=32.85%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820320700.020.000.183125.0580.59
HexD0CBCF02012138551
Octal320313317020224705121
Binary1101000011001011110011110100100101001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBCF; }

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

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

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

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

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

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

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

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