#CBD1CD

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

Shades of Edgewater #CBD1CD

Tints of Edgewater #CBD1CD

Color information

#CBD1CD (or 0xCBD1CD) is unknown color: approx Edgewater. HEX triplet: CB, D1 and CD. RGB value is (203,209,205). Sum of RGB (Red+Green+Blue) = 203+209+205=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1CD is #342E32. Grayscale: #CECECE. Windows color (decimal): -3419699 or 13488587. OLE color: 13488587.

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

Color convert

RGB203209205-
CMYK0.0300.020.18
HSL140º6.12%80.78%-
HSV(B)140º2.87%81.96%-
XYZ58.4562.7166.78-
YUV206.75127.01125.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 209 (82.03% from 255) = 33.87%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=32.90%
G=33.87%
B=33.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032092050.0300.020.181406.1280.78
HexCBD1CD302128c651
Octal313321315302222146121
Binary1100101111010001110011011101010010100011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD1CD; }

 p { color: rgb(203,209,205); }

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

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

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

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

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

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

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