#C7DDD4

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

Shades of Iceberg #C7DDD4

Tints of Iceberg #C7DDD4

Color information

#C7DDD4 (or 0xC7DDD4) is unknown color: approx Iceberg. HEX triplet: C7, DD and D4. RGB value is (199,221,212). Sum of RGB (Red+Green+Blue) = 199+221+212=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDD4 is #38222B. Grayscale: #D5D5D5. Windows color (decimal): -3678764 or 13950407. OLE color: 13950407.

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

Color convert

RGB199221212-
CMYK0.1000.040.13
HSL155.45º24.44%82.35%-
HSV(B)155.45º9.95%86.67%-
XYZ61.2968.6172.3-
YUV213.4127.21117.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.49%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=31.49%
G=34.97%
B=33.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992212120.1000.040.13155.4524.4482.35
HexC7DDD4A04D9b1852
Octal30733532412041523330122
Binary11000111110111011101010010100100110110011011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDD4; }

 p { color: rgb(199,221,212); }

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

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

 a { background-color: rgb(199,221,212); }

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

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

 span { border-color: rgb(199,221,212); }

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