#CADCC9

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

Shades of Sea Mist #CADCC9

Tints of Sea Mist #CADCC9

Color information

#CADCC9 (or 0xCADCC9) is unknown color: approx Sea Mist. HEX triplet: CA, DC and C9. RGB value is (202,220,201). Sum of RGB (Red+Green+Blue) = 202+220+201=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCC9 is #352336. Grayscale: #D4D4D4. Windows color (decimal): -3482423 or 13229258. OLE color: 13229258.

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

Color convert

RGB202220201-
CMYK0.0800.090.14
HSL116.84º21.35%82.55%-
HSV(B)116.84º8.64%86.27%-
XYZ60.4967.9665.19-
YUV212.45121.54120.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 201 (78.91% from 255) = 32.26%
R=32.42%
G=35.31%
B=32.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022202010.0800.090.14116.8421.3582.55
HexCADCC9809E751553
Octal312334311100111616525123
Binary11001010110111001100100110000100111101110101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCC9; }

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

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

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

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

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

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

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

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