#CADBD5

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

Shades of Iceberg #CADBD5

Tints of Iceberg #CADBD5

Color information

#CADBD5 (or 0xCADBD5) is unknown color: approx Iceberg. HEX triplet: CA, DB and D5. RGB value is (202,219,213). Sum of RGB (Red+Green+Blue) = 202+219+213=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBD5 is #35242A. Grayscale: #D5D5D5. Windows color (decimal): -3482667 or 14015434. OLE color: 14015434.

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

Color convert

RGB202219213-
CMYK0.0800.030.14
HSL158.82º19.1%82.55%-
HSV(B)158.82º7.76%85.88%-
XYZ61.768.0272.83-
YUV213.23127.87119.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=31.86%
G=34.54%
B=33.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022192130.0800.030.14158.8219.182.55
HexCADBD5803E9f1353
Octal31233332510031623723123
Binary1100101011011011110101011000011111010011111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBD5; }

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

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

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

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

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

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

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

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