#CEDAD5

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

Shades of Iceberg #CEDAD5

Tints of Iceberg #CEDAD5

Color information

#CEDAD5 (or 0xCEDAD5) is unknown color: approx Iceberg. HEX triplet: CE, DA and D5. RGB value is (206,218,213). Sum of RGB (Red+Green+Blue) = 206+218+213=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAD5 is #31252A. Grayscale: #D5D5D5. Windows color (decimal): -3220779 or 14015182. OLE color: 14015182.

HSL color Cylindrical-coordinate representation of color #CEDAD5: hue angle of 155º 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 #CEDAD5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB206218213-
CMYK0.0600.020.15
HSL155º13.95%83.14%-
HSV(B)155º5.5%85.49%-
XYZ62.5468.0772.79-
YUV213.84127.52122.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=32.34%
G=34.22%
B=33.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062182130.0600.020.1515513.9583.14
HexCEDAD5602F9be53
Octal3163323256021723316123
Binary11001110110110101101010111001011111001101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDAD5; }

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

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

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

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

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

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

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

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