#C8D8CA

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

Shades of Sea Mist #C8D8CA

Tints of Sea Mist #C8D8CA

Color information

#C8D8CA (or 0xC8D8CA) is unknown color: approx Sea Mist. HEX triplet: C8, D8 and CA. RGB value is (200,216,202). Sum of RGB (Red+Green+Blue) = 200+216+202=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8CA is #372735. Grayscale: #D1D1D1. Windows color (decimal): -3614518 or 13293768. OLE color: 13293768.

HSL color Cylindrical-coordinate representation of color #C8D8CA: hue angle of 127.5º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8D8CA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB200216202-
CMYK0.0700.060.15
HSL127.5º17.02%81.57%-
HSV(B)127.5º7.41%84.71%-
XYZ59.0465.6665.44-
YUV209.62123.7121.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.36%
GREEN value IS 216 (84.77% from 255) = 34.95%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=32.36%
G=34.95%
B=32.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002162020.0700.060.15127.517.0281.57
HexC8D8CA706F7f1152
Octal3103303127061717721122
Binary110010001101100011001010111011011111111111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D8CA; }

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

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

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

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

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

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

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

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