Shades of Link Water #C9CEDA
Tints of Link Water #C9CEDA
RGB
CMYK
RGB Variations
Color information
#C9CEDA (or 0xC9CEDA) is known color: Link Water. HEX triplet: C9, CE and DA. RGB value is (201,206,218). Sum of RGB (Red+Green+Blue) = 201+206+218=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEDA is #363125. Grayscale: #CDCDCD. Windows color (decimal): -3551526 or 14339785. OLE color: 14339785.
HSL color Cylindrical-coordinate representation of color #C9CEDA: hue angle of 222.35º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9CEDA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 201 | 206 | 218 | - |
CMYK | 0.08 | 0.06 | 0 | 0.15 |
HSL | 222.35º | 0.19% | 0.82% | - |
HSV(B) | 222.35º | 0.08% | 0.85% | - |
XYZ | 58.81 | 61.62 | 75.12 | - |
YUV | 205.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 206 | 218 | 0.08 | 0.06 | 0 | 0.15 | 222.35 | 0.19 | 0.82 |
Hex | C9 | CE | DA | 8 | 6 | 0 | F | DE | 13 | 52 |
Octal | 311 | 316 | 332 | 10 | 6 | 0 | 17 | 336 | 23 | 122 |
Binary | 11001001 | 11001110 | 11011010 | 1000 | 110 | 0 | 1111 | 11011110 | 10011 | 1010010 |
Color Harmonies of #C9CEDA
Complementary color
Monochromatic Colors of #C9CEDA
Black with #C9CEDA
Text Example
Text Example
White with #C9CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEDA; }
p { color: rgb(201,206,218); }
H1.HeaderClassName
{
color: #C9CEDA;
}
.AnyTagClassName
{
color: #C9CEDA;
}
</style>
background-color css
<style>
a { background-color: #C9CEDA; }
a { background-color: rgb(201,206,218); }
div.DivClassName
{
background-color: #C9CEDA;
}
.BgClassName
{
background-color: #C9CEDA;
}
</style>
border-color css
<style>
span { border-color: #C9CEDA; }
span { border-color: rgb(201,206,218); }
td.TdClassName
{
border-color: #C9CEDA;
}
.TagClassName
{
border-color: #C9CEDA;
}
</style>