#CADAD6

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

Shades of Iceberg #CADAD6

Tints of Iceberg #CADAD6

Color information

#CADAD6 (or 0xCADAD6) is unknown color: approx Iceberg. HEX triplet: CA, DA and D6. RGB value is (202,218,214). Sum of RGB (Red+Green+Blue) = 202+218+214=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAD6 is #352529. Grayscale: #D4D4D4. Windows color (decimal): -3482922 or 14080714. OLE color: 14080714.

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

Color convert

RGB202218214-
CMYK0.0700.020.15
HSL165º17.78%82.35%-
HSV(B)165º7.34%85.49%-
XYZ61.5767.5573.41-
YUV212.76128.7120.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=31.86%
G=34.38%
B=33.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022182140.0700.020.1516517.7882.35
HexCADAD6702Fa51252
Octal3123323267021724522122
Binary110010101101101011010110111010111110100101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAD6; }

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

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

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

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

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

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

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

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