#CEDCCF

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

Shades of Sea Mist #CEDCCF

Tints of Sea Mist #CEDCCF

Color information

#CEDCCF (or 0xCEDCCF) is unknown color: approx Sea Mist. HEX triplet: CE, DC and CF. RGB value is (206,220,207). Sum of RGB (Red+Green+Blue) = 206+220+207=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCCF is #312330. Grayscale: #D6D6D6. Windows color (decimal): -3220273 or 13622478. OLE color: 13622478.

HSL color Cylindrical-coordinate representation of color #CEDCCF: hue angle of 124.29º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDCCF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB206220207-
CMYK0.0600.060.14
HSL124.29º16.67%83.53%-
HSV(B)124.29º6.36%86.27%-
XYZ62.3168.8169.03-
YUV214.33123.86122.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=32.54%
G=34.76%
B=32.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062202070.0600.060.14124.2916.6783.53
HexCEDCCF606E7c1154
Octal3163343176061617421124
Binary110011101101110011001111110011011101111100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCCF; }

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

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

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

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

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

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

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

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