#D9CBCF

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

Shades of Prim #D9CBCF

Tints of Prim #D9CBCF

Color information

#D9CBCF (or 0xD9CBCF) is unknown color: approx Prim. HEX triplet: D9, CB and CF. RGB value is (217,203,207). Sum of RGB (Red+Green+Blue) = 217+203+207=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBCF is #263430. Grayscale: #CFCFCF. Windows color (decimal): -2503729 or 13618137. OLE color: 13618137.

HSL color Cylindrical-coordinate representation of color #D9CBCF: hue angle of 342.86º 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 #D9CBCF is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217203207-
CMYK00.060.050.15
HSL342.86º15.56%82.35%-
HSV(B)342.86º6.45%85.1%-
XYZ61.2361.9767.77-
YUV207.64127.64134.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 203 (79.69% from 255) = 32.38%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=34.61%
G=32.38%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720320700.060.050.15342.8615.5682.35
HexD9CBCF065F1571052
Octal3313133170651752720122
Binary11011001110010111100111101101011111101010111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBCF; }

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

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

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

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

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

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

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

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