#CADBD4

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

Shades of Iceberg #CADBD4

Tints of Iceberg #CADBD4

Color information

#CADBD4 (or 0xCADBD4) is unknown color: approx Iceberg. HEX triplet: CA, DB and D4. RGB value is (202,219,212). Sum of RGB (Red+Green+Blue) = 202+219+212=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBD4 is #35242B. Grayscale: #D5D5D5. Windows color (decimal): -3482668 or 13949898. OLE color: 13949898.

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

Color convert

RGB202219212-
CMYK0.0800.030.14
HSL155.29º19.1%82.55%-
HSV(B)155.29º7.76%85.88%-
XYZ61.5767.9772.16-
YUV213.12127.37120.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 212 (83.20% from 255) = 33.49%
R=31.91%
G=34.60%
B=33.49%

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
Decimal2022192120.0800.030.14155.2919.182.55
HexCADBD4803E9b1353
Octal31233332410031623323123
Binary1100101011011011110101001000011111010011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBD4; }

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

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

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

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

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

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

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

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