#CAD9D5

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

Shades of Iceberg #CAD9D5

Tints of Iceberg #CAD9D5

Color information

#CAD9D5 (or 0xCAD9D5) is unknown color: approx Iceberg. HEX triplet: CA, D9 and D5. RGB value is (202,217,213). Sum of RGB (Red+Green+Blue) = 202+217+213=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9D5 is #35262A. Grayscale: #D4D4D4. Windows color (decimal): -3483179 or 14014922. OLE color: 14014922.

HSL color Cylindrical-coordinate representation of color #CAD9D5: hue angle of 164º degrees, saturation: 0.16, 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 #CAD9D5 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB202217213-
CMYK0.0700.020.15
HSL164º16.48%82.16%-
HSV(B)164º6.91%85.1%-
XYZ61.1866.9972.66-
YUV212.06128.53120.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 217 (85.16% from 255) = 34.34%
BLUE value IS 213 (83.59% from 255) = 33.70%
R=31.96%
G=34.34%
B=33.70%

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
Decimal2022172130.0700.020.1516416.4882.16
HexCAD9D5702Fa41052
Octal3123313257021724420122
Binary110010101101100111010101111010111110100100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9D5; }

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

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

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

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

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

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

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

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