#CED6CF

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

Shades of Sea Mist #CED6CF

Tints of Sea Mist #CED6CF

Color information

#CED6CF (or 0xCED6CF) is unknown color: approx Sea Mist. HEX triplet: CE, D6 and CF. RGB value is (206,214,207). Sum of RGB (Red+Green+Blue) = 206+214+207=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6CF is #312930. Grayscale: #D2D2D2. Windows color (decimal): -3221809 or 13620942. OLE color: 13620942.

HSL color Cylindrical-coordinate representation of color #CED6CF: hue angle of 127.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED6CF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB206214207-
CMYK0.0400.030.16
HSL127.5º8.89%82.35%-
HSV(B)127.5º3.74%83.92%-
XYZ60.7665.7268.51-
YUV210.81125.85124.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 214 (83.98% from 255) = 34.13%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=32.85%
G=34.13%
B=33.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062142070.0400.030.16127.58.8982.35
HexCED6CF403107f952
Octal3163263174032017711122
Binary11001110110101101100111110001110000111111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED6CF; }

 p { color: rgb(206,214,207); }

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

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

 a { background-color: rgb(206,214,207); }

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

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

 span { border-color: rgb(206,214,207); }

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