#CAD7CA

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

Shades of Sea Mist #CAD7CA

Tints of Sea Mist #CAD7CA

Color information

#CAD7CA (or 0xCAD7CA) is unknown color: approx Sea Mist. HEX triplet: CA, D7 and CA. RGB value is (202,215,202). Sum of RGB (Red+Green+Blue) = 202+215+202=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7CA is #352835. Grayscale: #D1D1D1. Windows color (decimal): -3483702 or 13293514. OLE color: 13293514.

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

Color convert

RGB202215202-
CMYK0.0600.060.16
HSL120º13.98%81.76%-
HSV(B)120º6.05%84.31%-
XYZ59.3265.4265.38-
YUV209.63123.69122.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=32.63%
G=34.73%
B=32.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022152020.0600.060.1612013.9881.76
HexCAD7CA6061078e52
Octal3123273126062017016122
Binary110010101101011111001010110011010000111100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7CA; }

 p { color: rgb(202,215,202); }

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

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

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

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

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

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

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