#CADAD4

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

Shades of Iceberg #CADAD4

Tints of Iceberg #CADAD4

Color information

#CADAD4 (or 0xCADAD4) is unknown color: approx Iceberg. HEX triplet: CA, DA and D4. RGB value is (202,218,212). Sum of RGB (Red+Green+Blue) = 202+218+212=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAD4 is #35252B. Grayscale: #D4D4D4. Windows color (decimal): -3482924 or 13949642. OLE color: 13949642.

HSL color Cylindrical-coordinate representation of color #CADAD4: hue angle of 157.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CADAD4 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB202218212-
CMYK0.0700.030.15
HSL157.5º17.78%82.35%-
HSV(B)157.5º7.34%85.49%-
XYZ61.3167.4572.08-
YUV212.53127.7120.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=31.96%
G=34.49%
B=33.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022182120.0700.030.15157.517.7882.35
HexCADAD4703F9d1252
Octal3123323247031723522122
Binary110010101101101011010100111011111110011101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAD4; }

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

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

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

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

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

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

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

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