#CEDCD6

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

Shades of Iceberg #CEDCD6

Tints of Iceberg #CEDCD6

Color information

#CEDCD6 (or 0xCEDCD6) is unknown color: approx Iceberg. HEX triplet: CE, DC and D6. RGB value is (206,220,214). Sum of RGB (Red+Green+Blue) = 206+220+214=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCD6 is #312329. Grayscale: #D7D7D7. Windows color (decimal): -3220266 or 14081230. OLE color: 14081230.

HSL color Cylindrical-coordinate representation of color #CEDCD6: hue angle of 154.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 #CEDCD6 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB206220214-
CMYK0.0600.030.14
HSL154.29º16.67%83.53%-
HSV(B)154.29º6.36%86.27%-
XYZ63.1869.1673.64-
YUV215.13127.36121.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 214 (83.98% from 255) = 33.44%
R=32.19%
G=34.38%
B=33.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062202140.0600.030.14154.2916.6783.53
HexCEDCD6603E9a1154
Octal3163343266031623221124
Binary110011101101110011010110110011111010011010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCD6; }

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

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

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

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

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

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

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

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