#CAD7CC

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

Shades of Edgewater #CAD7CC

Tints of Edgewater #CAD7CC

Color information

#CAD7CC (or 0xCAD7CC) is unknown color: approx Edgewater. HEX triplet: CA, D7 and CC. RGB value is (202,215,204). Sum of RGB (Red+Green+Blue) = 202+215+204=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7CC is #352833. Grayscale: #D1D1D1. Windows color (decimal): -3483700 or 13424586. OLE color: 13424586.

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

Color convert

RGB202215204-
CMYK0.0600.050.16
HSL129.23º13.98%81.76%-
HSV(B)129.23º6.05%84.31%-
XYZ59.5665.5266.63-
YUV209.86124.69122.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 215 (84.38% from 255) = 34.62%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=32.53%
G=34.62%
B=32.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022152040.0600.050.16129.2313.9881.76
HexCAD7CC6051081e52
Octal3123273146052020116122
Binary1100101011010111110011001100101100001000000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7CC; }

 p { color: rgb(202,215,204); }

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

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

 a { background-color: rgb(202,215,204); }

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

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

 span { border-color: rgb(202,215,204); }

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