#D7CCCF

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

Shades of Prim #D7CCCF

Tints of Prim #D7CCCF

Color information

#D7CCCF (or 0xD7CCCF) is unknown color: approx Prim. HEX triplet: D7, CC and CF. RGB value is (215,204,207). Sum of RGB (Red+Green+Blue) = 215+204+207=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCCF is #283330. Grayscale: #CFCFCF. Windows color (decimal): -2634545 or 13618391. OLE color: 13618391.

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

Color convert

RGB215204207-
CMYK00.050.040.16
HSL343.64º12.09%82.16%-
HSV(B)343.64º5.12%84.31%-
XYZ60.8862.1467.82-
YUV207.63127.64133.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=34.35%
G=32.59%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520420700.050.040.16343.6412.0982.16
HexD7CCCF05410158c52
Octal3273143170542053014122
Binary11010111110011001100111101011001000010101100011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCCF; }

 p { color: rgb(215,204,207); }

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

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

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

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

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

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

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