#D7CCCE

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

Shades of Prim #D7CCCE

Tints of Prim #D7CCCE

Color information

#D7CCCE (or 0xD7CCCE) is unknown color: approx Prim. HEX triplet: D7, CC and CE. RGB value is (215,204,206). Sum of RGB (Red+Green+Blue) = 215+204+206=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCCE is #283331. Grayscale: #CFCFCF. Windows color (decimal): -2634546 or 13552855. OLE color: 13552855.

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

Color convert

RGB215204206-
CMYK00.050.040.16
HSL349.09º12.09%82.16%-
HSV(B)349.09º5.12%84.31%-
XYZ60.7662.0967.17-
YUV207.52127.14133.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.4%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=34.4%
G=32.64%
B=32.96%

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
Decimal21520420600.050.040.16349.0912.0982.16
HexD7CCCE0541015dc52
Octal3273143160542053514122
Binary11010111110011001100111001011001000010101110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCCE; }

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

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

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

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

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

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

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

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