#CADBD6

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

Shades of Iceberg #CADBD6

Tints of Iceberg #CADBD6

Color information

#CADBD6 (or 0xCADBD6) is unknown color: approx Iceberg. HEX triplet: CA, DB and D6. RGB value is (202,219,214). Sum of RGB (Red+Green+Blue) = 202+219+214=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBD6 is #352429. Grayscale: #D5D5D5. Windows color (decimal): -3482666 or 14080970. OLE color: 14080970.

HSL color Cylindrical-coordinate representation of color #CADBD6: hue angle of 162.35º degrees, saturation: 0.19, 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 #CADBD6 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB202219214-
CMYK0.0800.020.14
HSL162.35º19.1%82.55%-
HSV(B)162.35º7.76%85.88%-
XYZ61.8368.0773.5-
YUV213.35128.37119.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=31.81%
G=34.49%
B=33.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022192140.0800.020.14162.3519.182.55
HexCADBD6802Ea21353
Octal31233332610021624223123
Binary1100101011011011110101101000010111010100010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBD6; }

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

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

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

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

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

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

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

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