#CADBD7

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

Shades of Iceberg #CADBD7

Tints of Iceberg #CADBD7

Color information

#CADBD7 (or 0xCADBD7) is unknown color: approx Iceberg. HEX triplet: CA, DB and D7. RGB value is (202,219,215). Sum of RGB (Red+Green+Blue) = 202+219+215=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBD7 is #352428. Grayscale: #D5D5D5. Windows color (decimal): -3482665 or 14146506. OLE color: 14146506.

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

Color convert

RGB202219215-
CMYK0.0800.020.14
HSL165.88º19.1%82.55%-
HSV(B)165.88º7.76%85.88%-
XYZ61.9568.1374.17-
YUV213.46128.87119.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 215 (84.38% from 255) = 33.81%
R=31.76%
G=34.43%
B=33.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022192150.0800.020.14165.8819.182.55
HexCADBD7802Ea61353
Octal31233332710021624623123
Binary1100101011011011110101111000010111010100110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBD7; }

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

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

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

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

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

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

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

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