Shades of Onahau #CCDFE4
Tints of Onahau #CCDFE4
RGB
CMYK
RGB Variations
Color information
#CCDFE4 (or 0xCCDFE4) is known color: Onahau. HEX triplet: CC, DF and E4. RGB value is (204,223,228). Sum of RGB (Red+Green+Blue) = 204+223+228=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCDFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFE4 is #33201B. Grayscale: #D9D9D9. Windows color (decimal): -3350556 or 14999500. OLE color: 14999500.
HSL color Cylindrical-coordinate representation of color #CCDFE4: hue angle of 192.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDFE4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 223 | 228 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.11 |
| HSL | 192.5º | 0.31% | 0.85% | - |
| HSV(B) | 192.5º | 0.11% | 0.89% | - |
| XYZ | 65.29 | 71.21 | 83.7 | - |
| YUV | 217.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 228 | 0.11 | 0.02 | 0 | 0.11 | 192.5 | 0.31 | 0.85 |
| Hex | CC | DF | E4 | B | 2 | 0 | B | C0 | 1F | 55 |
| Octal | 314 | 337 | 344 | 13 | 2 | 0 | 13 | 300 | 37 | 125 |
| Binary | 11001100 | 11011111 | 11100100 | 1011 | 10 | 0 | 1011 | 11000000 | 11111 | 1010101 |
Color Harmonies of #CCDFE4
Complementary color
Monochromatic Colors of #CCDFE4
Black with #CCDFE4
Text Example
Text Example
White with #CCDFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFE4; }
p { color: rgb(204,223,228); }
H1.HeaderClassName
{
color: #CCDFE4;
}
.AnyTagClassName
{
color: #CCDFE4;
}
</style>
background-color css
<style>
a { background-color: #CCDFE4; }
a { background-color: rgb(204,223,228); }
div.DivClassName
{
background-color: #CCDFE4;
}
.BgClassName
{
background-color: #CCDFE4;
}
</style>
border-color css
<style>
span { border-color: #CCDFE4; }
span { border-color: rgb(204,223,228); }
td.TdClassName
{
border-color: #CCDFE4;
}
.TagClassName
{
border-color: #CCDFE4;
}
</style>