#CAD6CD

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

Shades of Edgewater #CAD6CD

Tints of Edgewater #CAD6CD

Color information

#CAD6CD (or 0xCAD6CD) is unknown color: approx Edgewater. HEX triplet: CA, D6 and CD. RGB value is (202,214,205). Sum of RGB (Red+Green+Blue) = 202+214+205=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6CD is #352932. Grayscale: #D1D1D1. Windows color (decimal): -3483955 or 13489866. OLE color: 13489866.

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

Color convert

RGB202214205-
CMYK0.0600.040.16
HSL135º12.77%81.57%-
HSV(B)135º5.61%83.92%-
XYZ59.4265.0667.18-
YUV209.39125.52122.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=32.53%
G=34.46%
B=33.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022142050.0600.040.1613512.7781.57
HexCAD6CD6041087d52
Octal3123263156042020715122
Binary1100101011010110110011011100100100001000011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6CD; }

 p { color: rgb(202,214,205); }

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

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

 a { background-color: rgb(202,214,205); }

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

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

 span { border-color: rgb(202,214,205); }

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