#CAD5D1

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

Shades of Iceberg #CAD5D1

Tints of Iceberg #CAD5D1

Color information

#CAD5D1 (or 0xCAD5D1) is unknown color: approx Iceberg. HEX triplet: CA, D5 and D1. RGB value is (202,213,209). Sum of RGB (Red+Green+Blue) = 202+213+209=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5D1 is #352A2E. Grayscale: #D1D1D1. Windows color (decimal): -3484207 or 13751754. OLE color: 13751754.

HSL color Cylindrical-coordinate representation of color #CAD5D1: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD5D1 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB202213209-
CMYK0.0500.020.16
HSL158.18º11.58%81.37%-
HSV(B)158.18º5.16%83.53%-
XYZ59.6664.7569.67-
YUV209.25127.86122.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 209 (82.03% from 255) = 33.49%
R=32.37%
G=34.13%
B=33.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022132090.0500.020.16158.1811.5881.37
HexCAD5D1502109ec51
Octal3123253215022023614121
Binary110010101101010111010001101010100001001111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5D1; }

 p { color: rgb(202,213,209); }

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

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

 a { background-color: rgb(202,213,209); }

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

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

 span { border-color: rgb(202,213,209); }

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