#C0DDD4

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

Shades of Iceberg #C0DDD4

Tints of Iceberg #C0DDD4

Color information

#C0DDD4 (or 0xC0DDD4) is unknown color: approx Iceberg. HEX triplet: C0, DD and D4. RGB value is (192,221,212). Sum of RGB (Red+Green+Blue) = 192+221+212=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDD4 is #3F222B. Grayscale: #D3D3D3. Windows color (decimal): -4137516 or 13950400. OLE color: 13950400.

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

Color convert

RGB192221212-
CMYK0.1300.040.13
HSL161.38º29.9%80.98%-
HSV(B)161.38º13.12%86.67%-
XYZ59.4867.6772.21-
YUV211.3128.39114.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.72%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=30.72%
G=35.36%
B=33.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922212120.1300.040.13161.3829.980.98
HexC0DDD4D04Da11e51
Octal30033532415041524136121
Binary11000000110111011101010011010100110110100001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDD4; }

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

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

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

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

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

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

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

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