#CBD0CC

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

Shades of Edgewater #CBD0CC

Tints of Edgewater #CBD0CC

Color information

#CBD0CC (or 0xCBD0CC) is unknown color: approx Edgewater. HEX triplet: CB, D0 and CC. RGB value is (203,208,204). Sum of RGB (Red+Green+Blue) = 203+208+204=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0CC is #342F33. Grayscale: #CECECE. Windows color (decimal): -3419956 or 13422795. OLE color: 13422795.

HSL color Cylindrical-coordinate representation of color #CBD0CC: hue angle of 132º 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 #CBD0CC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB203208204-
CMYK0.0200.020.18
HSL132º5.05%80.59%-
HSV(B)132º2.4%81.57%-
XYZ58.0862.1766.07-
YUV206.05126.84125.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 208 (81.64% from 255) = 33.82%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=33.01%
G=33.82%
B=33.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032082040.0200.020.181325.0580.59
HexCBD0CC2021284551
Octal313320314202222045121
Binary1100101111010000110011001001010010100001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0CC; }

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

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

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

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

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

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

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

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