#CAD3CD

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

Shades of Edgewater #CAD3CD

Tints of Edgewater #CAD3CD

Color information

#CAD3CD (or 0xCAD3CD) is unknown color: approx Edgewater. HEX triplet: CA, D3 and CD. RGB value is (202,211,205). Sum of RGB (Red+Green+Blue) = 202+211+205=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3CD is #352C32. Grayscale: #CFCFCF. Windows color (decimal): -3484723 or 13489098. OLE color: 13489098.

HSL color Cylindrical-coordinate representation of color #CAD3CD: hue angle of 140º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAD3CD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB202211205-
CMYK0.0400.030.17
HSL140º9.28%80.98%-
HSV(B)140º4.27%82.75%-
XYZ58.6763.5566.93-
YUV207.62126.52123.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 211 (82.81% from 255) = 34.14%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=32.69%
G=34.14%
B=33.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022112050.0400.030.171409.2880.98
HexCAD3CD403118c951
Octal3123233154032121411121
Binary110010101101001111001101100011100011000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD3CD; }

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

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

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

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

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

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

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

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