#CADED5

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

Shades of Iceberg #CADED5

Tints of Iceberg #CADED5

Color information

#CADED5 (or 0xCADED5) is unknown color: approx Iceberg. HEX triplet: CA, DE and D5. RGB value is (202,222,213). Sum of RGB (Red+Green+Blue) = 202+222+213=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #CADED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADED5 is #35212A. Grayscale: #D7D7D7. Windows color (decimal): -3481899 or 14016202. OLE color: 14016202.

HSL color Cylindrical-coordinate representation of color #CADED5: hue angle of 153º degrees, saturation: 0.23, 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 #CADED5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB202222213-
CMYK0.0900.040.13
HSL153º23.26%83.14%-
HSV(B)153º9.01%87.06%-
XYZ62.4969.673.09-
YUV214.99126.87118.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=31.71%
G=34.85%
B=33.44%

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
Decimal2022222130.0900.040.1315323.2683.14
HexCADED5904D991753
Octal31233632511041523127123
Binary11001010110111101101010110010100110110011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADED5; }

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

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

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

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

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

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

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

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