#CAD9CA

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

Shades of Sea Mist #CAD9CA

Tints of Sea Mist #CAD9CA

Color information

#CAD9CA (or 0xCAD9CA) is unknown color: approx Sea Mist. HEX triplet: CA, D9 and CA. RGB value is (202,217,202). Sum of RGB (Red+Green+Blue) = 202+217+202=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9CA is #352635. Grayscale: #D2D2D2. Windows color (decimal): -3483190 or 13294026. OLE color: 13294026.

HSL color Cylindrical-coordinate representation of color #CAD9CA: hue angle of 120º 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 #CAD9CA is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB202217202-
CMYK0.0700.070.15
HSL120º16.48%82.16%-
HSV(B)120º6.91%85.1%-
XYZ59.8366.4565.55-
YUV210.8123.03121.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 217 (85.16% from 255) = 34.94%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=32.53%
G=34.94%
B=32.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022172020.0700.070.1512016.4882.16
HexCAD9CA707F781052
Octal3123313127071717020122
Binary110010101101100111001010111011111111111000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9CA; }

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

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

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

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

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

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

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

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