#CADDC9

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

Shades of Sea Mist #CADDC9

Tints of Sea Mist #CADDC9

Color information

#CADDC9 (or 0xCADDC9) is unknown color: approx Sea Mist. HEX triplet: CA, DD and C9. RGB value is (202,221,201). Sum of RGB (Red+Green+Blue) = 202+221+201=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDC9 is #352236. Grayscale: #D5D5D5. Windows color (decimal): -3482167 or 13229514. OLE color: 13229514.

HSL color Cylindrical-coordinate representation of color #CADDC9: hue angle of 117º degrees, saturation: 0.23, 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 #CADDC9 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB202221201-
CMYK0.0900.090.13
HSL117º22.73%82.75%-
HSV(B)117º9.05%86.67%-
XYZ60.7668.4965.28-
YUV213.04121.21120.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 201 (78.91% from 255) = 32.21%
R=32.37%
G=35.42%
B=32.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022212010.0900.090.1311722.7382.75
HexCADDC9909D751753
Octal312335311110111516527123
Binary11001010110111011100100110010100111011110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDC9; }

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

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

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

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

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

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

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

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