#CBDECD

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

Shades of Edgewater #CBDECD

Tints of Edgewater #CBDECD

Color information

#CBDECD (or 0xCBDECD) is unknown color: approx Edgewater. HEX triplet: CB, DE and CD. RGB value is (203,222,205). Sum of RGB (Red+Green+Blue) = 203+222+205=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDECD is #342132. Grayscale: #D6D6D6. Windows color (decimal): -3416371 or 13491915. OLE color: 13491915.

HSL color Cylindrical-coordinate representation of color #CBDECD: hue angle of 126.32º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDECD is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB203222205-
CMYK0.0900.080.13
HSL126.32º22.35%83.33%-
HSV(B)126.32º8.56%87.06%-
XYZ61.7769.3567.89-
YUV214.38122.71119.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 222 (87.11% from 255) = 35.24%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=32.22%
G=35.24%
B=32.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032222050.0900.080.13126.3222.3583.33
HexCBDECD908D7e1653
Octal313336315110101517626123
Binary11001011110111101100110110010100011011111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDECD; }

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

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

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

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

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

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

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

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