#CCF0F1

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

Shades of Oyster Bay #CCF0F1

Tints of Oyster Bay #CCF0F1

Color information

#CCF0F1 (or 0xCCF0F1) is unknown color: approx Oyster Bay. HEX triplet: CC, F0 and F1. RGB value is (204,240,241). Sum of RGB (Red+Green+Blue) = 204+240+241=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0F1 is #330F0E. Grayscale: #E5E5E5. Windows color (decimal): -3346191 or 15855820. OLE color: 15855820.

HSL color Cylindrical-coordinate representation of color #CCF0F1: hue angle of 181.62º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0F1 is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204240241-
CMYK0.150.0000.05
HSL181.62º56.92%87.25%-
HSV(B)181.62º15.35%94.51%-
XYZ71.9481.5195.16-
YUV229.35134.57109.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 240 (94.14% from 255) = 35.04%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=29.78%
G=35.04%
B=35.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042402410.150.0000.05181.6256.9287.25
HexCCF0F1F005b63957
Octal3143603611700526671127
Binary110011001111000011110001111100101101101101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0F1; }

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

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

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

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

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

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

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

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