#CAD9CB

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

Shades of Sea Mist #CAD9CB

Tints of Sea Mist #CAD9CB

Color information

#CAD9CB (or 0xCAD9CB) is unknown color: approx Sea Mist. HEX triplet: CA, D9 and CB. RGB value is (202,217,203). Sum of RGB (Red+Green+Blue) = 202+217+203=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9CB is #352634. Grayscale: #D2D2D2. Windows color (decimal): -3483189 or 13359562. OLE color: 13359562.

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

Color convert

RGB202217203-
CMYK0.0700.060.15
HSL124º16.48%82.16%-
HSV(B)124º6.91%85.1%-
XYZ59.9566.4966.17-
YUV210.92123.53121.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 217 (85.16% from 255) = 34.89%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=32.48%
G=34.89%
B=32.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022172030.0700.060.1512416.4882.16
HexCAD9CB706F7c1052
Octal3123313137061717420122
Binary110010101101100111001011111011011111111100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9CB; }

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

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

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

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

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

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

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

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