Shades of Onahau #CCDFE3
Tints of Onahau #CCDFE3
RGB
CMYK
RGB Variations
Color information
#CCDFE3 (or 0xCCDFE3) is known color: Onahau. HEX triplet: CC, DF and E3. RGB value is (204,223,227). Sum of RGB (Red+Green+Blue) = 204+223+227=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCDFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFE3 is #33201C. Grayscale: #D9D9D9. Windows color (decimal): -3350557 or 14933964. OLE color: 14933964.
HSL color Cylindrical-coordinate representation of color #CCDFE3: hue angle of 190.43º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDFE3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 223 | 227 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.11 |
| HSL | 190.43º | 0.29% | 0.85% | - |
| HSV(B) | 190.43º | 0.1% | 0.89% | - |
| XYZ | 65.15 | 71.16 | 82.97 | - |
| YUV | 217.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 227 | 0.10 | 0.02 | 0 | 0.11 | 190.43 | 0.29 | 0.85 |
| Hex | CC | DF | E3 | A | 2 | 0 | B | BE | 1D | 55 |
| Octal | 314 | 337 | 343 | 12 | 2 | 0 | 13 | 276 | 35 | 125 |
| Binary | 11001100 | 11011111 | 11100011 | 1010 | 10 | 0 | 1011 | 10111110 | 11101 | 1010101 |
Color Harmonies of #CCDFE3
Complementary color
Monochromatic Colors of #CCDFE3
Black with #CCDFE3
Text Example
Text Example
White with #CCDFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFE3; }
p { color: rgb(204,223,227); }
H1.HeaderClassName
{
color: #CCDFE3;
}
.AnyTagClassName
{
color: #CCDFE3;
}
</style>
background-color css
<style>
a { background-color: #CCDFE3; }
a { background-color: rgb(204,223,227); }
div.DivClassName
{
background-color: #CCDFE3;
}
.BgClassName
{
background-color: #CCDFE3;
}
</style>
border-color css
<style>
span { border-color: #CCDFE3; }
span { border-color: rgb(204,223,227); }
td.TdClassName
{
border-color: #CCDFE3;
}
.TagClassName
{
border-color: #CCDFE3;
}
</style>