#CEDDCF

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

Shades of Sea Mist #CEDDCF

Tints of Sea Mist #CEDDCF

Color information

#CEDDCF (or 0xCEDDCF) is unknown color: approx Sea Mist. HEX triplet: CE, DD and CF. RGB value is (206,221,207). Sum of RGB (Red+Green+Blue) = 206+221+207=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDCF is #312230. Grayscale: #D6D6D6. Windows color (decimal): -3220017 or 13622734. OLE color: 13622734.

HSL color Cylindrical-coordinate representation of color #CEDDCF: hue angle of 124º degrees, saturation: 0.18, 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 #CEDDCF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB206221207-
CMYK0.0700.060.13
HSL124º18.07%83.73%-
HSV(B)124º6.79%86.67%-
XYZ62.5769.3469.12-
YUV214.92123.53121.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.49%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=32.49%
G=34.86%
B=32.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062212070.0700.060.1312418.0783.73
HexCEDDCF706D7c1254
Octal3163353177061517422124
Binary110011101101110111001111111011011011111100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDCF; }

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

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

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

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

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

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

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

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