#CED8D5

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

Shades of Iceberg #CED8D5

Tints of Iceberg #CED8D5

Color information

#CED8D5 (or 0xCED8D5) is unknown color: approx Iceberg. HEX triplet: CE, D8 and D5. RGB value is (206,216,213). Sum of RGB (Red+Green+Blue) = 206+216+213=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8D5 is #31272A. Grayscale: #D4D4D4. Windows color (decimal): -3221291 or 14014670. OLE color: 14014670.

HSL color Cylindrical-coordinate representation of color #CED8D5: hue angle of 162º degrees, saturation: 0.11, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CED8D5 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB206216213-
CMYK0.0500.010.15
HSL162º11.36%82.75%-
HSV(B)162º4.63%84.71%-
XYZ62.0267.0472.62-
YUV212.67128.19123.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 213 (83.59% from 255) = 33.54%
R=32.44%
G=34.02%
B=33.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062162130.0500.010.1516211.3682.75
HexCED8D5501Fa2b53
Octal3163303255011724213123
Binary1100111011011000110101011010111111010001010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8D5; }

 p { color: rgb(206,216,213); }

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

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

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

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

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

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

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