#C8D6CA

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

Shades of Sea Mist #C8D6CA

Tints of Sea Mist #C8D6CA

Color information

#C8D6CA (or 0xC8D6CA) is unknown color: approx Sea Mist. HEX triplet: C8, D6 and CA. RGB value is (200,214,202). Sum of RGB (Red+Green+Blue) = 200+214+202=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6CA is #372935. Grayscale: #D0D0D0. Windows color (decimal): -3615030 or 13293256. OLE color: 13293256.

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

Color convert

RGB200214202-
CMYK0.0700.060.16
HSL128.57º14.58%81.18%-
HSV(B)128.57º6.54%83.92%-
XYZ58.5364.6465.27-
YUV208.45124.36121.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.47%
GREEN value IS 214 (83.98% from 255) = 34.74%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=32.47%
G=34.74%
B=32.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002142020.0700.060.16128.5714.5881.18
HexC8D6CA7061081f51
Octal3103263127062020117121
Binary1100100011010110110010101110110100001000000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D6CA; }

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

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

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

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

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

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

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

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