#CDF0F6

Color #CDF0F6 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #CDF0F6

Tints of Onahau #CDF0F6

Color information

#CDF0F6 (or 0xCDF0F6) is unknown color: approx Onahau. HEX triplet: CD, F0 and F6. RGB value is (205,240,246). Sum of RGB (Red+Green+Blue) = 205+240+246=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDF0F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF0F6 is #320F09. Grayscale: #E6E6E6. Windows color (decimal): -3280650 or 16183501. OLE color: 16183501.

HSL color Cylindrical-coordinate representation of color #CDF0F6: hue angle of 188.78º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF0F6 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205240246-
CMYK0.170.0200.04
HSL188.78º69.49%88.43%-
HSV(B)188.78º16.67%96.47%-
XYZ72.9781.9599.16-
YUV230.22136.9110.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 29.67%
GREEN value IS 240 (94.14% from 255) = 34.73%
BLUE value IS 246 (96.48% from 255) = 35.60%
R=29.67%
G=34.73%
B=35.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052402460.170.0200.04188.7869.4988.43
HexCDF0F611204bd4558
Octal31536036621204275105130
Binary110011011111000011110110100011001001011110110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0F6; }

 p { color: rgb(205,240,246); }

 H1.HeaderClassName
 {
   color: #CDF0F6;
 }
 .AnyTagClassName
 {
   color: #CDF0F6;
 }
</style>
background-color css

<style>
 a { background-color: #CDF0F6; }

 a { background-color: rgb(205,240,246); }

 div.DivClassName
 {
   background-color: #CDF0F6;
 }
 .BgClassName
 {
   background-color: #CDF0F6;
 }
</style>
border-color css

<style>
 span { border-color: #CDF0F6; }

 span { border-color: rgb(205,240,246); }

 td.TdClassName
 {
   border-color: #CDF0F6;
 }
 .TagClassName
 {
   border-color: #CDF0F6;
 }
</style>