#CAD8CD

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

Shades of Edgewater #CAD8CD

Tints of Edgewater #CAD8CD

Color information

#CAD8CD (or 0xCAD8CD) is unknown color: approx Edgewater. HEX triplet: CA, D8 and CD. RGB value is (202,216,205). Sum of RGB (Red+Green+Blue) = 202+216+205=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8CD is #352732. Grayscale: #D2D2D2. Windows color (decimal): -3483443 or 13490378. OLE color: 13490378.

HSL color Cylindrical-coordinate representation of color #CAD8CD: hue angle of 132.86º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAD8CD is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB202216205-
CMYK0.0600.050.15
HSL132.86º15.22%81.96%-
HSV(B)132.86º6.48%84.71%-
XYZ59.9366.0867.35-
YUV210.56124.86121.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 216 (84.77% from 255) = 34.67%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=32.42%
G=34.67%
B=32.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022162050.0600.050.15132.8615.2281.96
HexCAD8CD605F85f52
Octal3123303156051720517122
Binary110010101101100011001101110010111111000010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8CD; }

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

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

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

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

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

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

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

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