#CAD5CD

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

Shades of Edgewater #CAD5CD

Tints of Edgewater #CAD5CD

Color information

#CAD5CD (or 0xCAD5CD) is unknown color: approx Edgewater. HEX triplet: CA, D5 and CD. RGB value is (202,213,205). Sum of RGB (Red+Green+Blue) = 202+213+205=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5CD is #352A32. Grayscale: #D0D0D0. Windows color (decimal): -3484211 or 13489610. OLE color: 13489610.

HSL color Cylindrical-coordinate representation of color #CAD5CD: hue angle of 136.36º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD5CD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB202213205-
CMYK0.0500.040.16
HSL136.36º11.58%81.37%-
HSV(B)136.36º5.16%83.53%-
XYZ59.1764.5567.1-
YUV208.8125.86123.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 213 (83.59% from 255) = 34.35%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=32.58%
G=34.35%
B=33.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022132050.0500.040.16136.3611.5881.37
HexCAD5CD5041088c51
Octal3123253155042021014121
Binary1100101011010101110011011010100100001000100011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5CD; }

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

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

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

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

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

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

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

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