#CAD5CC

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

Shades of Edgewater #CAD5CC

Tints of Edgewater #CAD5CC

Color information

#CAD5CC (or 0xCAD5CC) is unknown color: approx Edgewater. HEX triplet: CA, D5 and CC. RGB value is (202,213,204). Sum of RGB (Red+Green+Blue) = 202+213+204=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5CC is #352A33. Grayscale: #D0D0D0. Windows color (decimal): -3484212 or 13424074. OLE color: 13424074.

HSL color Cylindrical-coordinate representation of color #CAD5CC: hue angle of 130.91º 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 #CAD5CC is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB202213204-
CMYK0.0500.040.16
HSL130.91º11.58%81.37%-
HSV(B)130.91º5.16%83.53%-
XYZ59.0564.566.47-
YUV208.68125.36123.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=32.63%
G=34.41%
B=32.96%

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
Decimal2022132040.0500.040.16130.9111.5881.37
HexCAD5CC5041083c51
Octal3123253145042020314121
Binary1100101011010101110011001010100100001000001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5CC; }

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

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

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

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

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

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

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

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