#D4CFD4

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

Shades of Thistle #D4CFD4

Tints of Thistle #D4CFD4

Color information

#D4CFD4 (or 0xD4CFD4) is unknown color: approx Thistle. HEX triplet: D4, CF and D4. RGB value is (212,207,212). Sum of RGB (Red+Green+Blue) = 212+207+212=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D4CFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFD4 is #2B302B. Grayscale: #D1D1D1. Windows color (decimal): -2830380 or 13946836. OLE color: 13946836.

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

Color convert

RGB212207212-
CMYK00.0200.17
HSL300º5.49%82.16%-
HSV(B)300º2.36%83.14%-
XYZ61.3563.3871.29-
YUV209.06129.66130.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.60%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 212 (83.20% from 255) = 33.60%
R=33.60%
G=32.81%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220721200.0200.173005.4982.16
HexD4CFD40201112c552
Octal324317324020214545122
Binary1101010011001111110101000100100011001011001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFD4; }

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

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

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

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

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

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

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

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