#CCF1F0

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

Shades of Oyster Bay #CCF1F0

Tints of Oyster Bay #CCF1F0

Color information

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

HSL color Cylindrical-coordinate representation of color #CCF1F0: hue angle of 178.38º 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 #CCF1F0 is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB204241240-
CMYK0.1500.000.05
HSL178.38º56.92%87.25%-
HSV(B)178.38º15.35%94.51%-
XYZ72.0982.0494.47-
YUV229.82133.74109.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042412400.1500.000.05178.3856.9287.25
HexCCF1F0F005b23957
Octal3143613601700526271127
Binary110011001111000111110000111100101101100101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1F0; }

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

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

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

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

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

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

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

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