Shades of Onahau #CCDFE5
Tints of Onahau #CCDFE5
RGB
CMYK
RGB Variations
Color information
#CCDFE5 (or 0xCCDFE5) is known color: Onahau. HEX triplet: CC, DF and E5. RGB value is (204,223,229). Sum of RGB (Red+Green+Blue) = 204+223+229=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFE5 is #33201A. Grayscale: #D9D9D9. Windows color (decimal): -3350555 or 15065036. OLE color: 15065036.
HSL color Cylindrical-coordinate representation of color #CCDFE5: hue angle of 194.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDFE5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 223 | 229 | - |
CMYK | 0.11 | 0.03 | 0 | 0.10 |
HSL | 194.4º | 0.32% | 0.85% | - |
HSV(B) | 194.4º | 0.11% | 0.9% | - |
XYZ | 65.43 | 71.27 | 84.44 | - |
YUV | 218 | 134.21 | 118.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 229 | 0.11 | 0.03 | 0 | 0.10 | 194.4 | 0.32 | 0.85 |
Hex | CC | DF | E5 | B | 3 | 0 | A | C2 | 20 | 55 |
Octal | 314 | 337 | 345 | 13 | 3 | 0 | 12 | 302 | 40 | 125 |
Binary | 11001100 | 11011111 | 11100101 | 1011 | 11 | 0 | 1010 | 11000010 | 100000 | 1010101 |
Color Harmonies of #CCDFE5
Complementary color
Monochromatic Colors of #CCDFE5
Black with #CCDFE5
Text Example
Text Example
White with #CCDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFE5; }
p { color: rgb(204,223,229); }
H1.HeaderClassName
{
color: #CCDFE5;
}
.AnyTagClassName
{
color: #CCDFE5;
}
</style>
background-color css
<style>
a { background-color: #CCDFE5; }
a { background-color: rgb(204,223,229); }
div.DivClassName
{
background-color: #CCDFE5;
}
.BgClassName
{
background-color: #CCDFE5;
}
</style>
border-color css
<style>
span { border-color: #CCDFE5; }
span { border-color: rgb(204,223,229); }
td.TdClassName
{
border-color: #CCDFE5;
}
.TagClassName
{
border-color: #CCDFE5;
}
</style>