#CAD0CB

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

Shades of Sea Mist #CAD0CB

Tints of Sea Mist #CAD0CB

Color information

#CAD0CB (or 0xCAD0CB) is unknown color: approx Sea Mist. HEX triplet: CA, D0 and CB. RGB value is (202,208,203). Sum of RGB (Red+Green+Blue) = 202+208+203=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0CB is #352F34. Grayscale: #CDCDCD. Windows color (decimal): -3485493 or 13357258. OLE color: 13357258.

HSL color Cylindrical-coordinate representation of color #CAD0CB: hue angle of 130º 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 #CAD0CB is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB202208203-
CMYK0.0300.020.18
HSL130º6%80.39%-
HSV(B)130º2.88%81.57%-
XYZ57.6961.9865.42-
YUV205.64126.51125.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=32.95%
G=33.93%
B=33.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022082030.0300.020.18130680.39
HexCAD0CB3021282650
Octal312320313302222026120
Binary1100101011010000110010111101010010100000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0CB; }

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

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

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

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

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

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

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

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