#CCF1F8

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

Shades of Onahau #CCF1F8

Tints of Onahau #CCF1F8

Color information

#CCF1F8 (or 0xCCF1F8) is unknown color: approx Onahau. HEX triplet: CC, F1 and F8. RGB value is (204,241,248). Sum of RGB (Red+Green+Blue) = 204+241+248=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 241 (94.53% from 255 or 34.78% 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 #CCF1F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1F8 is #330E07. Grayscale: #E6E6E6. Windows color (decimal): -3345928 or 16314828. OLE color: 16314828.

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

Color convert

RGB204241248-
CMYK0.180.0300.03
HSL189.55º75.86%88.63%-
HSV(B)189.55º17.74%97.25%-
XYZ73.382.53100.87-
YUV230.73137.74108.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.44%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 248 (97.27% from 255) = 35.79%
R=29.44%
G=34.78%
B=35.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042412480.180.0300.03189.5575.8688.63
HexCCF1F812303be4c59
Octal31436137022303276114131
Binary11001100111100011111100010010110111011111010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1F8; }

 p { color: rgb(204,241,248); }

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

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

 a { background-color: rgb(204,241,248); }

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

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

 span { border-color: rgb(204,241,248); }

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