#CCF1F3

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

Shades of Oyster Bay #CCF1F3

Tints of Oyster Bay #CCF1F3

Color information

#CCF1F3 (or 0xCCF1F3) is unknown color: approx Oyster Bay. HEX triplet: CC, F1 and F3. RGB value is (204,241,243). Sum of RGB (Red+Green+Blue) = 204+241+243=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCF1F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1F3 is #330E0C. Grayscale: #E6E6E6. Windows color (decimal): -3345933 or 15987148. OLE color: 15987148.

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

Color convert

RGB204241243-
CMYK0.160.0100.05
HSL183.08º61.9%87.65%-
HSV(B)183.08º16.05%95.29%-
XYZ72.5382.2296.84-
YUV230.16135.24109.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.65%
GREEN value IS 241 (94.53% from 255) = 35.03%
BLUE value IS 243 (95.31% from 255) = 35.32%
R=29.65%
G=35.03%
B=35.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042412430.160.0100.05183.0861.987.65
HexCCF1F310105b73e58
Octal3143613632010526776130
Binary1100110011110001111100111000010101101101111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1F3; }

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

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

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

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

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

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

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

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