#CACECB

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

Shades of Edgewater #CACECB

Tints of Edgewater #CACECB

Color information

#CACECB (or 0xCACECB) is unknown color: approx Edgewater. HEX triplet: CA, CE and CB. RGB value is (202,206,203). Sum of RGB (Red+Green+Blue) = 202+206+203=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 206 - color contains mainly: green. Hex color #CACECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACECB is #353134. Grayscale: #CCCCCC. Windows color (decimal): -3486005 or 13356746. OLE color: 13356746.

HSL color Cylindrical-coordinate representation of color #CACECB: hue angle of 135º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACECB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB202206203-
CMYK0.0200.010.19
HSL135º3.92%80%-
HSV(B)135º1.94%80.78%-
XYZ57.2161.0165.26-
YUV204.46127.17126.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=33.06%
G=33.72%
B=33.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022062030.0200.010.191353.9280
HexCACECB2011387450
Octal312316313201232074120
Binary110010101100111011001011100110011100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACECB; }

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

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

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

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

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

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

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

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