Shades of Link Water #C3CEDA
Tints of Link Water #C3CEDA
RGB
CMYK
RGB Variations
Color information
#C3CEDA (or 0xC3CEDA) is known color: Link Water. HEX triplet: C3, CE and DA. RGB value is (195,206,218). Sum of RGB (Red+Green+Blue) = 195+206+218=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEDA is #3C3125. Grayscale: #CCCCCC. Windows color (decimal): -3944742 or 14339779. OLE color: 14339779.
HSL color Cylindrical-coordinate representation of color #C3CEDA: hue angle of 211.3º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3CEDA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 195 | 206 | 218 | - |
CMYK | 0.11 | 0.06 | 0 | 0.15 |
HSL | 211.3º | 0.24% | 0.81% | - |
HSV(B) | 211.3º | 0.11% | 0.85% | - |
XYZ | 57.23 | 60.81 | 75.05 | - |
YUV | 204.08 | 135.86 | 121.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 206 | 218 | 0.11 | 0.06 | 0 | 0.15 | 211.3 | 0.24 | 0.81 |
Hex | C3 | CE | DA | B | 6 | 0 | F | D3 | 18 | 51 |
Octal | 303 | 316 | 332 | 13 | 6 | 0 | 17 | 323 | 30 | 121 |
Binary | 11000011 | 11001110 | 11011010 | 1011 | 110 | 0 | 1111 | 11010011 | 11000 | 1010001 |
Color Harmonies of #C3CEDA
Complementary color
Monochromatic Colors of #C3CEDA
Black with #C3CEDA
Text Example
Text Example
White with #C3CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEDA; }
p { color: rgb(195,206,218); }
H1.HeaderClassName
{
color: #C3CEDA;
}
.AnyTagClassName
{
color: #C3CEDA;
}
</style>
background-color css
<style>
a { background-color: #C3CEDA; }
a { background-color: rgb(195,206,218); }
div.DivClassName
{
background-color: #C3CEDA;
}
.BgClassName
{
background-color: #C3CEDA;
}
</style>
border-color css
<style>
span { border-color: #C3CEDA; }
span { border-color: rgb(195,206,218); }
td.TdClassName
{
border-color: #C3CEDA;
}
.TagClassName
{
border-color: #C3CEDA;
}
</style>