#CAD0CA

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

Shades of Sea Mist #CAD0CA

Tints of Sea Mist #CAD0CA

Color information

#CAD0CA (or 0xCAD0CA) is unknown color: approx Sea Mist. HEX triplet: CA, D0 and CA. RGB value is (202,208,202). Sum of RGB (Red+Green+Blue) = 202+208+202=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0CA is #352F35. Grayscale: #CDCDCD. Windows color (decimal): -3485494 or 13291722. OLE color: 13291722.

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

Color convert

RGB202208202-
CMYK0.0300.030.18
HSL120º6%80.39%-
HSV(B)120º2.88%81.57%-
XYZ57.5761.9364.8-
YUV205.52126.01125.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 208 (81.64% from 255) = 33.99%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=33.01%
G=33.99%
B=33.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022082020.0300.030.18120680.39
HexCAD0CA3031278650
Octal312320312303221706120
Binary110010101101000011001010110111001011110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0CA; }

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

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

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

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

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

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

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

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