#CAD9D4

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

Shades of Iceberg #CAD9D4

Tints of Iceberg #CAD9D4

Color information

#CAD9D4 (or 0xCAD9D4) is unknown color: approx Iceberg. HEX triplet: CA, D9 and D4. RGB value is (202,217,212). Sum of RGB (Red+Green+Blue) = 202+217+212=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9D4 is #35262B. Grayscale: #D3D3D3. Windows color (decimal): -3483180 or 13949386. OLE color: 13949386.

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

Color convert

RGB202217212-
CMYK0.0700.020.15
HSL160º16.48%82.16%-
HSV(B)160º6.91%85.1%-
XYZ61.0566.9471.99-
YUV211.94128.03120.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 217 (85.16% from 255) = 34.39%
BLUE value IS 212 (83.20% from 255) = 33.60%
R=32.01%
G=34.39%
B=33.60%

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
Decimal2022172120.0700.020.1516016.4882.16
HexCAD9D4702Fa01052
Octal3123313247021724020122
Binary110010101101100111010100111010111110100000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9D4; }

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

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

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

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

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

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

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

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