#CEDECF

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

Shades of Sea Mist #CEDECF

Tints of Sea Mist #CEDECF

Color information

#CEDECF (or 0xCEDECF) is unknown color: approx Sea Mist. HEX triplet: CE, DE and CF. RGB value is (206,222,207). Sum of RGB (Red+Green+Blue) = 206+222+207=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDECF is #312130. Grayscale: #D7D7D7. Windows color (decimal): -3219761 or 13622990. OLE color: 13622990.

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

Color convert

RGB206222207-
CMYK0.0700.070.13
HSL123.75º19.51%83.92%-
HSV(B)123.75º7.21%87.06%-
XYZ62.8469.8769.21-
YUV215.51123.2121.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=32.44%
G=34.96%
B=32.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062222070.0700.070.13123.7519.5183.92
HexCEDECF707D7c1454
Octal3163363177071517424124
Binary110011101101111011001111111011111011111100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDECF; }

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

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

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

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

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

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

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

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