#CAD2CD

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

Shades of Edgewater #CAD2CD

Tints of Edgewater #CAD2CD

Color information

#CAD2CD (or 0xCAD2CD) is unknown color: approx Edgewater. HEX triplet: CA, D2 and CD. RGB value is (202,210,205). Sum of RGB (Red+Green+Blue) = 202+210+205=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2CD is #352D32. Grayscale: #CFCFCF. Windows color (decimal): -3484979 or 13488842. OLE color: 13488842.

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

Color convert

RGB202210205-
CMYK0.0400.020.18
HSL142.5º8.16%80.78%-
HSV(B)142.5º3.81%82.35%-
XYZ58.4263.0666.85-
YUV207.04126.85124.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 210 (82.42% from 255) = 34.04%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=32.74%
G=34.04%
B=33.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022102050.0400.020.18142.58.1680.78
HexCAD2CD402128e851
Octal3123223154022221610121
Binary110010101101001011001101100010100101000111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD2CD; }

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

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

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

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

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

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

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

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