#D9CBD1

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

Shades of Prim #D9CBD1

Tints of Prim #D9CBD1

Color information

#D9CBD1 (or 0xD9CBD1) is unknown color: approx Prim. HEX triplet: D9, CB and D1. RGB value is (217,203,209). Sum of RGB (Red+Green+Blue) = 217+203+209=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBD1 is #26342E. Grayscale: #CFCFCF. Windows color (decimal): -2503727 or 13749209. OLE color: 13749209.

HSL color Cylindrical-coordinate representation of color #D9CBD1: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CBD1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217203209-
CMYK00.060.040.15
HSL334.29º15.56%82.35%-
HSV(B)334.29º6.45%85.1%-
XYZ61.4862.0769.06-
YUV207.87128.64134.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=34.50%
G=32.27%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720320900.060.040.15334.2915.5682.35
HexD9CBD1064F14e1052
Octal3313133210641751620122
Binary11011001110010111101000101101001111101001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBD1; }

 p { color: rgb(217,203,209); }

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

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

 a { background-color: rgb(217,203,209); }

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

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

 span { border-color: rgb(217,203,209); }

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