#CDF0F8

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

Shades of Onahau #CDF0F8

Tints of Onahau #CDF0F8

Color information

#CDF0F8 (or 0xCDF0F8) is unknown color: approx Onahau. HEX triplet: CD, F0 and F8. RGB value is (205,240,248). Sum of RGB (Red+Green+Blue) = 205+240+248=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDF0F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF0F8 is #320F07. Grayscale: #E6E6E6. Windows color (decimal): -3280648 or 16314573. OLE color: 16314573.

HSL color Cylindrical-coordinate representation of color #CDF0F8: hue angle of 191.16º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF0F8 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205240248-
CMYK0.170.0300.03
HSL191.16º75.44%88.82%-
HSV(B)191.16º17.34%97.25%-
XYZ73.2882.08100.79-
YUV230.45137.9109.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.58%
GREEN value IS 240 (94.14% from 255) = 34.63%
BLUE value IS 248 (97.27% from 255) = 35.79%
R=29.58%
G=34.63%
B=35.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052402480.170.0300.03191.1675.4488.82
HexCDF0F811303bf4b59
Octal31536037021303277113131
Binary11001101111100001111100010001110111011111110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0F8; }

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

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

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

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

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

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

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

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