#CADDD5

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

Shades of Iceberg #CADDD5

Tints of Iceberg #CADDD5

Color information

#CADDD5 (or 0xCADDD5) is unknown color: approx Iceberg. HEX triplet: CA, DD and D5. RGB value is (202,221,213). Sum of RGB (Red+Green+Blue) = 202+221+213=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD5 is #35222A. Grayscale: #D6D6D6. Windows color (decimal): -3482155 or 14015946. OLE color: 14015946.

HSL color Cylindrical-coordinate representation of color #CADDD5: hue angle of 154.74º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADDD5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB202221213-
CMYK0.0900.040.13
HSL154.74º21.84%82.94%-
HSV(B)154.74º8.6%86.67%-
XYZ62.2269.0773-
YUV214.41127.21119.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=31.76%
G=34.75%
B=33.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022212130.0900.040.13154.7421.8482.94
HexCADDD5904D9b1653
Octal31233532511041523326123
Binary11001010110111011101010110010100110110011011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDD5; }

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

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

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

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

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

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

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

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