#CBD6CD

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

Shades of Edgewater #CBD6CD

Tints of Edgewater #CBD6CD

Color information

#CBD6CD (or 0xCBD6CD) is unknown color: approx Edgewater. HEX triplet: CB, D6 and CD. RGB value is (203,214,205). Sum of RGB (Red+Green+Blue) = 203+214+205=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6CD is #342932. Grayscale: #D1D1D1. Windows color (decimal): -3418419 or 13489867. OLE color: 13489867.

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

Color convert

RGB203214205-
CMYK0.0500.040.16
HSL130.91º11.83%81.76%-
HSV(B)130.91º5.14%83.92%-
XYZ59.6965.267.2-
YUV209.68125.36123.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 214 (83.98% from 255) = 34.41%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=32.64%
G=34.41%
B=32.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032142050.0500.040.16130.9111.8381.76
HexCBD6CD5041083c52
Octal3133263155042020314122
Binary1100101111010110110011011010100100001000001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6CD; }

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

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

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

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

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

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

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

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