#CBDBCE

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

Shades of Edgewater #CBDBCE

Tints of Edgewater #CBDBCE

Color information

#CBDBCE (or 0xCBDBCE) is unknown color: approx Edgewater. HEX triplet: CB, DB and CE. RGB value is (203,219,206). Sum of RGB (Red+Green+Blue) = 203+219+206=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBCE is #342431. Grayscale: #D4D4D4. Windows color (decimal): -3417138 or 13556683. OLE color: 13556683.

HSL color Cylindrical-coordinate representation of color #CBDBCE: hue angle of 131.25º 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 #CBDBCE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB203219206-
CMYK0.0700.060.14
HSL131.25º18.18%82.75%-
HSV(B)131.25º7.31%85.88%-
XYZ61.167.8268.26-
YUV212.73124.2121.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=32.32%
G=34.87%
B=32.80%

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
Decimal2032192060.0700.060.14131.2518.1882.75
HexCBDBCE706E831253
Octal3133333167061620322123
Binary1100101111011011110011101110110111010000011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBCE; }

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

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

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

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

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

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

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

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