#CCF4F2

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

Shades of Oyster Bay #CCF4F2

Tints of Oyster Bay #CCF4F2

Color information

#CCF4F2 (or 0xCCF4F2) is unknown color: approx Oyster Bay. HEX triplet: CC, F4 and F2. RGB value is (204,244,242). Sum of RGB (Red+Green+Blue) = 204+244+242=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 244 (95.70% from 255 or 35.36% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4F2 is #330B0D. Grayscale: #E7E7E7. Windows color (decimal): -3345166 or 15922380. OLE color: 15922380.

HSL color Cylindrical-coordinate representation of color #CCF4F2: hue angle of 177º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF4F2 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB204244242-
CMYK0.1600.010.04
HSL177º64.52%87.84%-
HSV(B)177º16.39%95.69%-
XYZ73.2883.9596.35-
YUV231.81133.75108.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.57%
GREEN value IS 244 (95.70% from 255) = 35.36%
BLUE value IS 242 (94.92% from 255) = 35.07%
R=29.57%
G=35.36%
B=35.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042442420.1600.010.0417764.5287.84
HexCCF4F210014b14158
Octal31436436220014261101130
Binary11001100111101001111001010000011001011000110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4F2; }

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

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

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

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

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

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

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

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