#CADDCA

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

Shades of Sea Mist #CADDCA

Tints of Sea Mist #CADDCA

Color information

#CADDCA (or 0xCADDCA) is unknown color: approx Sea Mist. HEX triplet: CA, DD and CA. RGB value is (202,221,202). Sum of RGB (Red+Green+Blue) = 202+221+202=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDCA is #352235. Grayscale: #D5D5D5. Windows color (decimal): -3482166 or 13295050. OLE color: 13295050.

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

Color convert

RGB202221202-
CMYK0.0900.090.13
HSL120º21.84%82.94%-
HSV(B)120º8.6%86.67%-
XYZ60.8768.5365.9-
YUV213.15121.71120.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=32.32%
G=35.36%
B=32.32%

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
Decimal2022212020.0900.090.1312021.8482.94
HexCADDCA909D781653
Octal312335312110111517026123
Binary11001010110111011100101010010100111011111000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDCA; }

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

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

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

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

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

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

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

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