#C8DBCA

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

Shades of Sea Mist #C8DBCA

Tints of Sea Mist #C8DBCA

Color information

#C8DBCA (or 0xC8DBCA) is unknown color: approx Sea Mist. HEX triplet: C8, DB and CA. RGB value is (200,219,202). Sum of RGB (Red+Green+Blue) = 200+219+202=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBCA is #372435. Grayscale: #D3D3D3. Windows color (decimal): -3613750 or 13294536. OLE color: 13294536.

HSL color Cylindrical-coordinate representation of color #C8DBCA: hue angle of 126.32º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DBCA is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB200219202-
CMYK0.0900.080.14
HSL126.32º20.88%82.16%-
HSV(B)126.32º8.68%85.88%-
XYZ59.8167.2165.7-
YUV211.38122.71119.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=32.21%
G=35.27%
B=32.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002192020.0900.080.14126.3220.8882.16
HexC8DBCA908E7e1552
Octal310333312110101617625122
Binary11001000110110111100101010010100011101111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBCA; }

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

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

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

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

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

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

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

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