#CBDBCD

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

Shades of Edgewater #CBDBCD

Tints of Edgewater #CBDBCD

Color information

#CBDBCD (or 0xCBDBCD) is unknown color: approx Edgewater. HEX triplet: CB, DB and CD. RGB value is (203,219,205). Sum of RGB (Red+Green+Blue) = 203+219+205=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBCD is #342432. Grayscale: #D4D4D4. Windows color (decimal): -3417139 or 13491147. OLE color: 13491147.

HSL color Cylindrical-coordinate representation of color #CBDBCD: hue angle of 127.5º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDBCD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB203219205-
CMYK0.0700.060.14
HSL127.5º18.18%82.75%-
HSV(B)127.5º7.31%85.88%-
XYZ60.9867.7767.62-
YUV212.62123.7121.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=32.38%
G=34.93%
B=32.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032192050.0700.060.14127.518.1882.75
HexCBDBCD706E7f1253
Octal3133333157061617722123
Binary110010111101101111001101111011011101111111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBCD; }

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

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

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

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

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

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

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

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