#D0CBCB

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

Shades of Very Light Grey #D0CBCB

Tints of Very Light Grey #D0CBCB

Color information

#D0CBCB (or 0xD0CBCB) is unknown color: approx Very Light Grey. HEX triplet: D0, CB and CB. RGB value is (208,203,203). Sum of RGB (Red+Green+Blue) = 208+203+203=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBCB is #2F3434. Grayscale: #CCCCCC. Windows color (decimal): -3093557 or 13355984. OLE color: 13355984.

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

Color convert

RGB208203203-
CMYK00.020.020.18
HSL5.05%80.59%-
HSV(B)2.4%81.57%-
XYZ58.1560.4365.1-
YUV204.49127.16130.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=33.88%
G=33.06%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820320300.020.020.1805.0580.59
HexD0CBCB022120551
Octal3203133130222205121
Binary110100001100101111001011010101001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBCB; }

 p { color: rgb(208,203,203); }

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

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

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

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

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

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

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