#CEDAD7

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

Shades of Iceberg #CEDAD7

Tints of Iceberg #CEDAD7

Color information

#CEDAD7 (or 0xCEDAD7) is unknown color: approx Iceberg. HEX triplet: CE, DA and D7. RGB value is (206,218,215). Sum of RGB (Red+Green+Blue) = 206+218+215=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAD7 is #312528. Grayscale: #D6D6D6. Windows color (decimal): -3220777 or 14146254. OLE color: 14146254.

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

Color convert

RGB206218215-
CMYK0.0600.010.15
HSL165º13.95%83.14%-
HSV(B)165º5.5%85.49%-
XYZ62.7968.1774.14-
YUV214.07128.52122.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.24%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=32.24%
G=34.12%
B=33.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062182150.0600.010.1516513.9583.14
HexCEDAD7601Fa5e53
Octal3163323276011724516123
Binary1100111011011010110101111100111111010010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDAD7; }

 p { color: rgb(206,218,215); }

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

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

 a { background-color: rgb(206,218,215); }

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

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

 span { border-color: rgb(206,218,215); }

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