#CCF0EF

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

Shades of Oyster Bay #CCF0EF

Tints of Oyster Bay #CCF0EF

Color information

#CCF0EF (or 0xCCF0EF) is unknown color: approx Oyster Bay. HEX triplet: CC, F0 and EF. RGB value is (204,240,239). Sum of RGB (Red+Green+Blue) = 204+240+239=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0EF is #330F10. Grayscale: #E5E5E5. Windows color (decimal): -3346193 or 15724748. OLE color: 15724748.

HSL color Cylindrical-coordinate representation of color #CCF0EF: hue angle of 178.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0EF is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB204240239-
CMYK0.1500.000.06
HSL178.33º54.55%87.06%-
HSV(B)178.33º15%94.12%-
XYZ71.6481.3993.6-
YUV229.12133.57110.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.87%
GREEN value IS 240 (94.14% from 255) = 35.14%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=29.87%
G=35.14%
B=34.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402390.1500.000.06178.3354.5587.06
HexCCF0EFF006b23757
Octal3143603571700626267127
Binary110011001111000011101111111100110101100101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0EF; }

 p { color: rgb(204,240,239); }

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

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

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

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

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

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

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