#C9DFCA

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

Shades of Sea Mist #C9DFCA

Tints of Sea Mist #C9DFCA

Color information

#C9DFCA (or 0xC9DFCA) is unknown color: approx Sea Mist. HEX triplet: C9, DF and CA. RGB value is (201,223,202). Sum of RGB (Red+Green+Blue) = 201+223+202=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFCA is #362035. Grayscale: #D6D6D6. Windows color (decimal): -3547190 or 13295561. OLE color: 13295561.

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

Color convert

RGB201223202-
CMYK0.1000.090.13
HSL122.73º25.58%83.14%-
HSV(B)122.73º9.87%87.45%-
XYZ61.1469.4666.06-
YUV214.03121.21118.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.11%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=32.11%
G=35.62%
B=32.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012232020.1000.090.13122.7325.5883.14
HexC9DFCAA09D7b1a53
Octal311337312120111517332123
Binary11001001110111111100101010100100111011111011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DFCA; }

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

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

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

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

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

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

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

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