#CCF3F3

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

Shades of Oyster Bay #CCF3F3

Tints of Oyster Bay #CCF3F3

Color information

#CCF3F3 (or 0xCCF3F3) is unknown color: approx Oyster Bay. HEX triplet: CC, F3 and F3. RGB value is (204,243,243). Sum of RGB (Red+Green+Blue) = 204+243+243=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #CCF3F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3F3 is #330C0C. Grayscale: #E7E7E7. Windows color (decimal): -3345421 or 15987660. OLE color: 15987660.

HSL color Cylindrical-coordinate representation of color #CCF3F3: hue angle of 180º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3F3 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204243243-
CMYK0.16000.05
HSL180º61.9%87.65%-
HSV(B)180º16.05%95.29%-
XYZ73.1383.4197.04-
YUV231.34134.58108.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.57%
GREEN value IS 243 (95.31% from 255) = 35.22%
BLUE value IS 243 (95.31% from 255) = 35.22%
R=29.57%
G=35.22%
B=35.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042432430.16000.0518061.987.65
HexCCF3F310005b43e58
Octal3143633632000526476130
Binary1100110011110011111100111000000101101101001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3F3; }

 p { color: rgb(204,243,243); }

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

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

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

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

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

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

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