#C6DAD3

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

Shades of Iceberg #C6DAD3

Tints of Iceberg #C6DAD3

Color information

#C6DAD3 (or 0xC6DAD3) is unknown color: approx Iceberg. HEX triplet: C6, DA and D3. RGB value is (198,218,211). Sum of RGB (Red+Green+Blue) = 198+218+211=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DAD3 is #39252C. Grayscale: #D3D3D3. Windows color (decimal): -3745069 or 13884102. OLE color: 13884102.

HSL color Cylindrical-coordinate representation of color #C6DAD3: hue angle of 159º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6DAD3 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB198218211-
CMYK0.0900.030.15
HSL159º21.28%81.57%-
HSV(B)159º9.17%85.49%-
XYZ60.1266.8571.36-
YUV211.22127.87118.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.58%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 211 (82.81% from 255) = 33.65%
R=31.58%
G=34.77%
B=33.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982182110.0900.030.1515921.2881.57
HexC6DAD3903F9f1552
Octal30633232311031723725122
Binary1100011011011010110100111001011111110011111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DAD3; }

 p { color: rgb(198,218,211); }

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

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

 a { background-color: rgb(198,218,211); }

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

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

 span { border-color: rgb(198,218,211); }

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