#C8CEC9

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

Shades of Sea Mist #C8CEC9

Tints of Sea Mist #C8CEC9

Color information

#C8CEC9 (or 0xC8CEC9) is unknown color: approx Sea Mist. HEX triplet: C8, CE and C9. RGB value is (200,206,201). Sum of RGB (Red+Green+Blue) = 200+206+201=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEC9 is #373136. Grayscale: #CBCBCB. Windows color (decimal): -3617079 or 13225672. OLE color: 13225672.

HSL color Cylindrical-coordinate representation of color #C8CEC9: hue angle of 130º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8CEC9 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB200206201-
CMYK0.0300.020.19
HSL130º5.77%79.61%-
HSV(B)130º2.91%80.78%-
XYZ56.4360.6463.99-
YUV203.64126.51125.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.95%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 201 (78.91% from 255) = 33.11%
R=32.95%
G=33.94%
B=33.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002062010.0300.020.191305.7779.61
HexC8CEC93021382650
Octal310316311302232026120
Binary1100100011001110110010011101010011100000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEC9; }

 p { color: rgb(200,206,201); }

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

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

 a { background-color: rgb(200,206,201); }

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

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

 span { border-color: rgb(200,206,201); }

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