Shades of Sea Mist #CADACB
Tints of Sea Mist #CADACB
RGB
CMYK
RGB Variations
Color information
#CADACB (or 0xCADACB) is known color: Sea Mist. HEX triplet: CA, DA and CB. RGB value is (202,218,203). Sum of RGB (Red+Green+Blue) = 202+218+203=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #CADACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADACB is #352534. Grayscale: #D3D3D3. Windows color (decimal): -3482933 or 13359818. OLE color: 13359818.
HSL color Cylindrical-coordinate representation of color #CADACB: hue angle of 123.75º 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 #CADACB is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 218 | 203 | - |
CMYK | 0.07 | 0 | 0.07 | 0.15 |
HSL | 123.75º | 0.18% | 0.82% | - |
HSV(B) | 123.75º | 0.07% | 0.85% | - |
XYZ | 60.21 | 67.01 | 66.26 | - |
YUV | 211.51 | 123.2 | 121.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 203 | 0.07 | 0 | 0.07 | 0.15 | 123.75 | 0.18 | 0.82 |
Hex | CA | DA | CB | 7 | 0 | 7 | F | 7C | 12 | 52 |
Octal | 312 | 332 | 313 | 7 | 0 | 7 | 17 | 174 | 22 | 122 |
Binary | 11001010 | 11011010 | 11001011 | 111 | 0 | 111 | 1111 | 1111100 | 10010 | 1010010 |
Color Harmonies of #CADACB
Complementary color
Monochromatic Colors of #CADACB
Black with #CADACB
Text Example
Text Example
White with #CADACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADACB; }
p { color: rgb(202,218,203); }
H1.HeaderClassName
{
color: #CADACB;
}
.AnyTagClassName
{
color: #CADACB;
}
</style>
background-color css
<style>
a { background-color: #CADACB; }
a { background-color: rgb(202,218,203); }
div.DivClassName
{
background-color: #CADACB;
}
.BgClassName
{
background-color: #CADACB;
}
</style>
border-color css
<style>
span { border-color: #CADACB; }
span { border-color: rgb(202,218,203); }
td.TdClassName
{
border-color: #CADACB;
}
.TagClassName
{
border-color: #CADACB;
}
</style>