#C8DFCA

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

Shades of Sea Mist #C8DFCA

Tints of Sea Mist #C8DFCA

Color information

#C8DFCA (or 0xC8DFCA) is unknown color: approx Sea Mist. HEX triplet: C8, DF and CA. RGB value is (200,223,202). Sum of RGB (Red+Green+Blue) = 200+223+202=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFCA is #372035. Grayscale: #D5D5D5. Windows color (decimal): -3612726 or 13295560. OLE color: 13295560.

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

Color convert

RGB200223202-
CMYK0.1000.090.13
HSL125.22º26.44%82.94%-
HSV(B)125.22º10.31%87.45%-
XYZ60.8769.3266.05-
YUV213.73121.38118.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=32%
G=35.68%
B=32.32%

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
Decimal2002232020.1000.090.13125.2226.4482.94
HexC8DFCAA09D7d1a53
Octal310337312120111517532123
Binary11001000110111111100101010100100111011111101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DFCA; }

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

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

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

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

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

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

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

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