Shades of Light Blue #C4D4DC
Tints of Light Blue #C4D4DC
RGB
CMYK
RGB Variations
Color information
#C4D4DC (or 0xC4D4DC) is known color: Light Blue. HEX triplet: C4, D4 and DC. RGB value is (196,212,220). Sum of RGB (Red+Green+Blue) = 196+212+220=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D4DC is #3B2B23. Grayscale: #D0D0D0. Windows color (decimal): -3877668 or 14472388. OLE color: 14472388.
HSL color Cylindrical-coordinate representation of color #C4D4DC: hue angle of 200º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D4DC is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 212 | 220 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.14 |
| HSL | 200º | 0.26% | 0.82% | - |
| HSV(B) | 200º | 0.11% | 0.86% | - |
| XYZ | 59.23 | 63.99 | 76.94 | - |
| YUV | 208.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 212 | 220 | 0.11 | 0.04 | 0 | 0.14 | 200 | 0.26 | 0.82 |
| Hex | C4 | D4 | DC | B | 4 | 0 | E | C8 | 1A | 52 |
| Octal | 304 | 324 | 334 | 13 | 4 | 0 | 16 | 310 | 32 | 122 |
| Binary | 11000100 | 11010100 | 11011100 | 1011 | 100 | 0 | 1110 | 11001000 | 11010 | 1010010 |
Color Harmonies of #C4D4DC
Complementary color
Monochromatic Colors of #C4D4DC
Black with #C4D4DC
Text Example
Text Example
White with #C4D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D4DC; }
p { color: rgb(196,212,220); }
H1.HeaderClassName
{
color: #C4D4DC;
}
.AnyTagClassName
{
color: #C4D4DC;
}
</style>
background-color css
<style>
a { background-color: #C4D4DC; }
a { background-color: rgb(196,212,220); }
div.DivClassName
{
background-color: #C4D4DC;
}
.BgClassName
{
background-color: #C4D4DC;
}
</style>
border-color css
<style>
span { border-color: #C4D4DC; }
span { border-color: rgb(196,212,220); }
td.TdClassName
{
border-color: #C4D4DC;
}
.TagClassName
{
border-color: #C4D4DC;
}
</style>