#C8DDD4

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

Shades of Iceberg #C8DDD4

Tints of Iceberg #C8DDD4

Color information

#C8DDD4 (or 0xC8DDD4) is unknown color: approx Iceberg. HEX triplet: C8, DD and D4. RGB value is (200,221,212). Sum of RGB (Red+Green+Blue) = 200+221+212=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDD4 is #37222B. Grayscale: #D5D5D5. Windows color (decimal): -3613228 or 13950408. OLE color: 13950408.

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

Color convert

RGB200221212-
CMYK0.1000.040.13
HSL154.29º23.6%82.55%-
HSV(B)154.29º9.5%86.67%-
XYZ61.5668.7572.31-
YUV213.7127.04118.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.60%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 212 (83.20% from 255) = 33.49%
R=31.60%
G=34.91%
B=33.49%

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
Decimal2002212120.1000.040.13154.2923.682.55
HexC8DDD4A04D9a1853
Octal31033532412041523230123
Binary11001000110111011101010010100100110110011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDD4; }

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

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

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

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

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

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

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

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