#CADCD6

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

Shades of Iceberg #CADCD6

Tints of Iceberg #CADCD6

Color information

#CADCD6 (or 0xCADCD6) is unknown color: approx Iceberg. HEX triplet: CA, DC and D6. RGB value is (202,220,214). Sum of RGB (Red+Green+Blue) = 202+220+214=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCD6 is #352329. Grayscale: #D5D5D5. Windows color (decimal): -3482410 or 14081226. OLE color: 14081226.

HSL color Cylindrical-coordinate representation of color #CADCD6: hue angle of 160º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADCD6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB202220214-
CMYK0.0800.030.14
HSL160º20.45%82.75%-
HSV(B)160º8.18%86.27%-
XYZ62.0968.673.59-
YUV213.93128.04119.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 214 (83.98% from 255) = 33.65%
R=31.76%
G=34.59%
B=33.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022202140.0800.030.1416020.4582.75
HexCADCD6803Ea01453
Octal31233432610031624024123
Binary1100101011011100110101101000011111010100000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCD6; }

 p { color: rgb(202,220,214); }

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

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

 a { background-color: rgb(202,220,214); }

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

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

 span { border-color: rgb(202,220,214); }

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