#CADDCB

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

Shades of Sea Mist #CADDCB

Tints of Sea Mist #CADDCB

Color information

#CADDCB (or 0xCADDCB) is unknown color: approx Sea Mist. HEX triplet: CA, DD and CB. RGB value is (202,221,203). Sum of RGB (Red+Green+Blue) = 202+221+203=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDCB is #352234. Grayscale: #D5D5D5. Windows color (decimal): -3482165 or 13360586. OLE color: 13360586.

HSL color Cylindrical-coordinate representation of color #CADDCB: hue angle of 123.16º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADDCB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB202221203-
CMYK0.0900.080.13
HSL123.16º21.84%82.94%-
HSV(B)123.16º8.6%86.67%-
XYZ60.9968.5866.52-
YUV213.27122.21119.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=32.27%
G=35.30%
B=32.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022212030.0900.080.13123.1621.8482.94
HexCADDCB908D7b1653
Octal312335313110101517326123
Binary11001010110111011100101110010100011011111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDCB; }

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

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

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

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

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

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

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

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