#C6DDD7

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

Shades of Iceberg #C6DDD7

Tints of Iceberg #C6DDD7

Color information

#C6DDD7 (or 0xC6DDD7) is unknown color: approx Iceberg. HEX triplet: C6, DD and D7. RGB value is (198,221,215). Sum of RGB (Red+Green+Blue) = 198+221+215=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDD7 is #392228. Grayscale: #D5D5D5. Windows color (decimal): -3744297 or 14147014. OLE color: 14147014.

HSL color Cylindrical-coordinate representation of color #C6DDD7: hue angle of 164.35º 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 #C6DDD7 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB198221215-
CMYK0.1000.030.13
HSL164.35º25.27%82.16%-
HSV(B)164.35º10.41%86.67%-
XYZ61.4168.6274.3-
YUV213.44128.88116.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.23%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 215 (84.38% from 255) = 33.91%
R=31.23%
G=34.86%
B=33.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982212150.1000.030.13164.3525.2782.16
HexC6DDD7A03Da41952
Octal30633532712031524431122
Binary1100011011011101110101111010011110110100100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDD7; }

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

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

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

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

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

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

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

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