#CCFAF7

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

Shades of Oyster Bay #CCFAF7

Tints of Oyster Bay #CCFAF7

Color information

#CCFAF7 (or 0xCCFAF7) is unknown color: approx Oyster Bay. HEX triplet: CC, FA and F7. RGB value is (204,250,247). Sum of RGB (Red+Green+Blue) = 204+250+247=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAF7 is #330508. Grayscale: #EBEBEB. Windows color (decimal): -3343625 or 16251596. OLE color: 16251596.

HSL color Cylindrical-coordinate representation of color #CCFAF7: hue angle of 176.09º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAF7 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB204250247-
CMYK0.1800.010.02
HSL176.09º82.14%89.02%-
HSV(B)176.09º18.4%98.04%-
XYZ75.8887.92100.97-
YUV235.9134.26105.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.10%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 247 (96.88% from 255) = 35.24%
R=29.10%
G=35.66%
B=35.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502470.1800.010.02176.0982.1489.02
HexCCFAF712012b05259
Octal31437236722012260122131
Binary1100110011111010111101111001001101011000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAF7; }

 p { color: rgb(204,250,247); }

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

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

 a { background-color: rgb(204,250,247); }

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

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

 span { border-color: rgb(204,250,247); }

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