Shades of Iceberg #CADCD3
Tints of Iceberg #CADCD3
RGB
CMYK
RGB Variations
Color information
#CADCD3 (or 0xCADCD3) is known color: Iceberg. HEX triplet: CA, DC and D3. RGB value is (202,220,211). Sum of RGB (Red+Green+Blue) = 202+220+211=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCD3 is #35232C. Grayscale: #D5D5D5. Windows color (decimal): -3482413 or 13884618. OLE color: 13884618.
HSL color Cylindrical-coordinate representation of color #CADCD3: hue angle of 150º degrees, saturation: 0.2, 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 #CADCD3 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 220 | 211 | - |
CMYK | 0.08 | 0 | 0.04 | 0.14 |
HSL | 150º | 0.2% | 0.83% | - |
HSV(B) | 150º | 0.08% | 0.86% | - |
XYZ | 61.71 | 68.45 | 71.59 | - |
YUV | 213.59 | 126.54 | 119.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 211 | 0.08 | 0 | 0.04 | 0.14 | 150 | 0.2 | 0.83 |
Hex | CA | DC | D3 | 8 | 0 | 4 | E | 96 | 14 | 53 |
Octal | 312 | 334 | 323 | 10 | 0 | 4 | 16 | 226 | 24 | 123 |
Binary | 11001010 | 11011100 | 11010011 | 1000 | 0 | 100 | 1110 | 10010110 | 10100 | 1010011 |
Color Harmonies of #CADCD3
Complementary color
Monochromatic Colors of #CADCD3
Black with #CADCD3
Text Example
Text Example
White with #CADCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCD3; }
p { color: rgb(202,220,211); }
H1.HeaderClassName
{
color: #CADCD3;
}
.AnyTagClassName
{
color: #CADCD3;
}
</style>
background-color css
<style>
a { background-color: #CADCD3; }
a { background-color: rgb(202,220,211); }
div.DivClassName
{
background-color: #CADCD3;
}
.BgClassName
{
background-color: #CADCD3;
}
</style>
border-color css
<style>
span { border-color: #CADCD3; }
span { border-color: rgb(202,220,211); }
td.TdClassName
{
border-color: #CADCD3;
}
.TagClassName
{
border-color: #CADCD3;
}
</style>