Shades of Onahau #CCDFE2
Tints of Onahau #CCDFE2
RGB
CMYK
RGB Variations
Color information
#CCDFE2 (or 0xCCDFE2) is known color: Onahau. HEX triplet: CC, DF and E2. RGB value is (204,223,226). Sum of RGB (Red+Green+Blue) = 204+223+226=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCDFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFE2 is #33201D. Grayscale: #D9D9D9. Windows color (decimal): -3350558 or 14868428. OLE color: 14868428.
HSL color Cylindrical-coordinate representation of color #CCDFE2: hue angle of 188.18º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDFE2 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 223 | 226 | - |
CMYK | 0.10 | 0.01 | 0 | 0.11 |
HSL | 188.18º | 0.28% | 0.84% | - |
HSV(B) | 188.18º | 0.1% | 0.89% | - |
XYZ | 65.02 | 71.1 | 82.25 | - |
YUV | 217.66 | 132.71 | 118.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 226 | 0.10 | 0.01 | 0 | 0.11 | 188.18 | 0.28 | 0.84 |
Hex | CC | DF | E2 | A | 1 | 0 | B | BC | 1C | 54 |
Octal | 314 | 337 | 342 | 12 | 1 | 0 | 13 | 274 | 34 | 124 |
Binary | 11001100 | 11011111 | 11100010 | 1010 | 1 | 0 | 1011 | 10111100 | 11100 | 1010100 |
Color Harmonies of #CCDFE2
Complementary color
Monochromatic Colors of #CCDFE2
Black with #CCDFE2
Text Example
Text Example
White with #CCDFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFE2; }
p { color: rgb(204,223,226); }
H1.HeaderClassName
{
color: #CCDFE2;
}
.AnyTagClassName
{
color: #CCDFE2;
}
</style>
background-color css
<style>
a { background-color: #CCDFE2; }
a { background-color: rgb(204,223,226); }
div.DivClassName
{
background-color: #CCDFE2;
}
.BgClassName
{
background-color: #CCDFE2;
}
</style>
border-color css
<style>
span { border-color: #CCDFE2; }
span { border-color: rgb(204,223,226); }
td.TdClassName
{
border-color: #CCDFE2;
}
.TagClassName
{
border-color: #CCDFE2;
}
</style>