#D4CBD2

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

Shades of Thistle #D4CBD2

Tints of Thistle #D4CBD2

Color information

#D4CBD2 (or 0xD4CBD2) is unknown color: approx Thistle. HEX triplet: D4, CB and D2. RGB value is (212,203,210). Sum of RGB (Red+Green+Blue) = 212+203+210=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBD2 is #2B342D. Grayscale: #CECECE. Windows color (decimal): -2831406 or 13814740. OLE color: 13814740.

HSL color Cylindrical-coordinate representation of color #D4CBD2: hue angle of 313.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CBD2 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212203210-
CMYK00.040.010.17
HSL313.33º9.47%81.37%-
HSV(B)313.33º4.25%83.14%-
XYZ60.1461.3669.65-
YUV206.49129.98131.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 210 (82.42% from 255) = 33.6%
R=33.92%
G=32.48%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220321000.040.010.17313.339.4781.37
HexD4CBD204111139951
Octal3243133220412147111121
Binary110101001100101111010010010011000110011100110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBD2; }

 p { color: rgb(212,203,210); }

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

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

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

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

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

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

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