#CBD7CE

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

Shades of Edgewater #CBD7CE

Tints of Edgewater #CBD7CE

Color information

#CBD7CE (or 0xCBD7CE) is unknown color: approx Edgewater. HEX triplet: CB, D7 and CE. RGB value is (203,215,206). Sum of RGB (Red+Green+Blue) = 203+215+206=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7CE is #342831. Grayscale: #D2D2D2. Windows color (decimal): -3418162 or 13555659. OLE color: 13555659.

HSL color Cylindrical-coordinate representation of color #CBD7CE: hue angle of 135º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBD7CE is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB203215206-
CMYK0.0600.040.16
HSL135º13.04%81.96%-
HSV(B)135º5.58%84.31%-
XYZ60.0765.7567.92-
YUV210.39125.52122.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 215 (84.38% from 255) = 34.46%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=32.53%
G=34.46%
B=33.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032152060.0600.040.1613513.0481.96
HexCBD7CE6041087d52
Octal3133273166042020715122
Binary1100101111010111110011101100100100001000011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7CE; }

 p { color: rgb(203,215,206); }

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

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

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

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

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

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

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