#CCF2F6

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

Shades of Oyster Bay #CCF2F6

Tints of Oyster Bay #CCF2F6

Color information

#CCF2F6 (or 0xCCF2F6) is unknown color: approx Oyster Bay. HEX triplet: CC, F2 and F6. RGB value is (204,242,246). Sum of RGB (Red+Green+Blue) = 204+242+246=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCF2F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2F6 is #330D09. Grayscale: #E7E7E7. Windows color (decimal): -3345674 or 16184012. OLE color: 16184012.

HSL color Cylindrical-coordinate representation of color #CCF2F6: hue angle of 185.71º degrees, saturation: 0.7, 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 #CCF2F6 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204242246-
CMYK0.170.0200.04
HSL185.71º70%88.24%-
HSV(B)185.71º17.07%96.47%-
XYZ73.298399.35-
YUV231.09136.41108.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.48%
GREEN value IS 242 (94.92% from 255) = 34.97%
BLUE value IS 246 (96.48% from 255) = 35.55%
R=29.48%
G=34.97%
B=35.55%

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
Decimal2042422460.170.0200.04185.717088.24
HexCCF2F611204ba4658
Octal31436236621204272106130
Binary110011001111001011110110100011001001011101010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2F6; }

 p { color: rgb(204,242,246); }

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

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

 a { background-color: rgb(204,242,246); }

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

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

 span { border-color: rgb(204,242,246); }

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