Shades of Onahau #CDEDF3
Tints of Onahau #CDEDF3
RGB
CMYK
RGB Variations
Color information
#CDEDF3 (or 0xCDEDF3) is known color: Onahau. HEX triplet: CD, ED and F3. RGB value is (205,237,243). Sum of RGB (Red+Green+Blue) = 205+237+243=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDEDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDF3 is #32120C. Grayscale: #E4E4E4. Windows color (decimal): -3281421 or 15986125. OLE color: 15986125.
HSL color Cylindrical-coordinate representation of color #CDEDF3: hue angle of 189.47º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEDF3 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 237 | 243 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.05 |
| HSL | 189.47º | 0.61% | 0.88% | - |
| HSV(B) | 189.47º | 0.16% | 0.95% | - |
| XYZ | 71.64 | 80.02 | 96.46 | - |
| YUV | 228.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 243 | 0.16 | 0.02 | 0 | 0.05 | 189.47 | 0.61 | 0.88 |
| Hex | CD | ED | F3 | 10 | 2 | 0 | 5 | BD | 3D | 58 |
| Octal | 315 | 355 | 363 | 20 | 2 | 0 | 5 | 275 | 75 | 130 |
| Binary | 11001101 | 11101101 | 11110011 | 10000 | 10 | 0 | 101 | 10111101 | 111101 | 1011000 |
Color Harmonies of #CDEDF3
Complementary color
Monochromatic Colors of #CDEDF3
Black with #CDEDF3
Text Example
Text Example
White with #CDEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDF3; }
p { color: rgb(205,237,243); }
H1.HeaderClassName
{
color: #CDEDF3;
}
.AnyTagClassName
{
color: #CDEDF3;
}
</style>
background-color css
<style>
a { background-color: #CDEDF3; }
a { background-color: rgb(205,237,243); }
div.DivClassName
{
background-color: #CDEDF3;
}
.BgClassName
{
background-color: #CDEDF3;
}
</style>
border-color css
<style>
span { border-color: #CDEDF3; }
span { border-color: rgb(205,237,243); }
td.TdClassName
{
border-color: #CDEDF3;
}
.TagClassName
{
border-color: #CDEDF3;
}
</style>