#CAD9CC

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

Shades of Edgewater #CAD9CC

Tints of Edgewater #CAD9CC

Color information

#CAD9CC (or 0xCAD9CC) is unknown color: approx Edgewater. HEX triplet: CA, D9 and CC. RGB value is (202,217,204). Sum of RGB (Red+Green+Blue) = 202+217+204=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9CC is #352633. Grayscale: #D3D3D3. Windows color (decimal): -3483188 or 13425098. OLE color: 13425098.

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

Color convert

RGB202217204-
CMYK0.0700.060.15
HSL128º16.48%82.16%-
HSV(B)128º6.91%85.1%-
XYZ60.0766.5466.8-
YUV211.03124.03121.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=32.42%
G=34.83%
B=32.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022172040.0700.060.1512816.4882.16
HexCAD9CC706F801052
Octal3123313147061720020122
Binary1100101011011001110011001110110111110000000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9CC; }

 p { color: rgb(202,217,204); }

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

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

 a { background-color: rgb(202,217,204); }

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

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

 span { border-color: rgb(202,217,204); }

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