#CFD5CF

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

Shades of Sea Mist #CFD5CF

Tints of Sea Mist #CFD5CF

Color information

#CFD5CF (or 0xCFD5CF) is unknown color: approx Sea Mist. HEX triplet: CF, D5 and CF. RGB value is (207,213,207). Sum of RGB (Red+Green+Blue) = 207+213+207=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5CF is #302A30. Grayscale: #D2D2D2. Windows color (decimal): -3156529 or 13620687. OLE color: 13620687.

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

Color convert

RGB207213207-
CMYK0.0300.030.16
HSL120º6.67%82.35%-
HSV(B)120º2.82%83.53%-
XYZ60.7965.3668.44-
YUV210.52126.01125.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 213 (83.59% from 255) = 33.97%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=33.01%
G=33.97%
B=33.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072132070.0300.030.161206.6782.35
HexCFD5CF3031078752
Octal317325317303201707122
Binary110011111101010111001111110111000011110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5CF; }

 p { color: rgb(207,213,207); }

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

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

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

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

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

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

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