#CADED4

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

Shades of Iceberg #CADED4

Tints of Iceberg #CADED4

Color information

#CADED4 (or 0xCADED4) is unknown color: approx Iceberg. HEX triplet: CA, DE and D4. RGB value is (202,222,212). Sum of RGB (Red+Green+Blue) = 202+222+212=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #CADED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADED4 is #35212B. Grayscale: #D6D6D6. Windows color (decimal): -3481900 or 13950666. OLE color: 13950666.

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

Color convert

RGB202222212-
CMYK0.0900.050.13
HSL150º23.26%83.14%-
HSV(B)150º9.01%87.06%-
XYZ62.3669.5572.43-
YUV214.88126.37118.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 212 (83.20% from 255) = 33.33%
R=31.76%
G=34.91%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022222120.0900.050.1315023.2683.14
HexCADED4905D961753
Octal31233632411051522627123
Binary11001010110111101101010010010101110110010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADED4; }

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

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

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

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

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

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

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

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