#C6DDD8

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

Shades of Iceberg #C6DDD8

Tints of Iceberg #C6DDD8

Color information

#C6DDD8 (or 0xC6DDD8) is unknown color: approx Iceberg. HEX triplet: C6, DD and D8. RGB value is (198,221,216). Sum of RGB (Red+Green+Blue) = 198+221+216=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDD8 is #392227. Grayscale: #D5D5D5. Windows color (decimal): -3744296 or 14212550. OLE color: 14212550.

HSL color Cylindrical-coordinate representation of color #C6DDD8: hue angle of 166.96º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DDD8 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB198221216-
CMYK0.1000.020.13
HSL166.96º25.27%82.16%-
HSV(B)166.96º10.41%86.67%-
XYZ61.5468.6874.98-
YUV213.55129.38116.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.18%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 216 (84.77% from 255) = 34.02%
R=31.18%
G=34.80%
B=34.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982212160.1000.020.13166.9625.2782.16
HexC6DDD8A02Da71952
Octal30633533012021524731122
Binary1100011011011101110110001010010110110100111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDD8; }

 p { color: rgb(198,221,216); }

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

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

 a { background-color: rgb(198,221,216); }

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

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

 span { border-color: rgb(198,221,216); }

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