#CBD6CE

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

Shades of Edgewater #CBD6CE

Tints of Edgewater #CBD6CE

Color information

#CBD6CE (or 0xCBD6CE) is unknown color: approx Edgewater. HEX triplet: CB, D6 and CE. RGB value is (203,214,206). Sum of RGB (Red+Green+Blue) = 203+214+206=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6CE is #342931. Grayscale: #D1D1D1. Windows color (decimal): -3418418 or 13555403. OLE color: 13555403.

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

Color convert

RGB203214206-
CMYK0.0500.040.16
HSL136.36º11.83%81.76%-
HSV(B)136.36º5.14%83.92%-
XYZ59.8265.2567.83-
YUV209.8125.86123.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=32.58%
G=34.35%
B=33.07%

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
Decimal2032142060.0500.040.16136.3611.8381.76
HexCBD6CE5041088c52
Octal3133263165042021014122
Binary1100101111010110110011101010100100001000100011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6CE; }

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

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

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

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

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

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

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

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