#D7CBCA

Color #D7CBCA Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #D7CBCA

Tints of Very Light Grey #D7CBCA

Color information

#D7CBCA (or 0xD7CBCA) is unknown color: approx Very Light Grey. HEX triplet: D7, CB and CA. RGB value is (215,203,202). Sum of RGB (Red+Green+Blue) = 215+203+202=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBCA is #283435. Grayscale: #CECECE. Windows color (decimal): -2634806 or 13290455. OLE color: 13290455.

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

Color convert

RGB215203202-
CMYK00.060.060.16
HSL4.62º13.98%81.76%-
HSV(B)4.62º6.05%84.31%-
XYZ60.0461.4264.57-
YUV206.47125.48134.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=34.68%
G=32.74%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520320200.060.060.164.6213.9881.76
HexD7CBCA066105e52
Octal32731331206620516122
Binary11010111110010111100101001101101000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBCA; }

 p { color: rgb(215,203,202); }

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

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

 a { background-color: rgb(215,203,202); }

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

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

 span { border-color: rgb(215,203,202); }

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