#CFD9CE

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

Shades of Sea Mist #CFD9CE

Tints of Sea Mist #CFD9CE

Color information

#CFD9CE (or 0xCFD9CE) is unknown color: approx Sea Mist. HEX triplet: CF, D9 and CE. RGB value is (207,217,206). Sum of RGB (Red+Green+Blue) = 207+217+206=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9CE is #302631. Grayscale: #D4D4D4. Windows color (decimal): -3155506 or 13556175. OLE color: 13556175.

HSL color Cylindrical-coordinate representation of color #CFD9CE: hue angle of 114.55º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD9CE is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB207217206-
CMYK0.0500.050.15
HSL114.55º12.64%82.94%-
HSV(B)114.55º5.07%85.1%-
XYZ61.6967.3568.14-
YUV212.76124.19123.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.86%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=32.86%
G=34.44%
B=32.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072172060.0500.050.15114.5512.6482.94
HexCFD9CE505F73d53
Octal3173313165051716315123
Binary11001111110110011100111010101011111111001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9CE; }

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

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

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

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

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

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

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

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